UserInterface.terminateActiveCommand Method
Parent Object: UserInterfaceDefined in namespace "adsk::core" and the header file is <Core/UserInterface/UserInterface.h>
Description
Method that causes the currently active (running) command to be terminated
Remarks
The terminateActiveCommand method is not supported within any of the Command related events because it results in the termination of the current command, which is your running command.Syntax
"userInterface_var" is a variable referencing a UserInterface object.
|
Return Value
Type | Description |
boolean | Returns true if terminating the active command was successful. |