Arbortext IsoDraw > Macro Language Reference > 3D and User Interaction Commands > Further Macro Commands > Terminate
  
Terminate
Applies to Arbortext IsoDraw 7.0 F000 and later:
Stops an external application by its process ID (PID).
TERMINATEpid
pid
(integer) Process ID of the external application to be stopped.
The TERMINATE command returns (boolean) true if the external application stopped successfully.
* 
Stopping an external application with the TERMINATE command can cause loss of data and system instability. The application cannot save its state or data before it is terminated. You should only stop external applications that were started using the LAUNCH command.
#Stop the application with process ID 7714:
TERMINATE 7714