XPLMCommandEnd
XPLM_API void XPLMCommandEnd(
XPLMCommandRef inCommand);
XPLMCommandEnd ends the execution of a given command that was started with XPLMCommandBegin. You must not issue XPLMCommandEnd for a command you did not begin.