Script.stop Method
Parent Object: ScriptDefined in namespace "adsk::core" and the header file is <Core/Application/Script.h>
Description
If this script or add-in is running, this method will stop it. The isRunning property can be used to determine if it is running. If the script or add-in is not running and this method is called, there is no effect.
Syntax
Return Value
Type | Description |
boolean | Returns true if successful. |