Exit [<exitrc>]
Immediately terminate the script with an optional resultcode of exitrc. This is typically a value in the 200-599 region. With 300 or more PyroTrans will consider the script failed (and possibly retry execution if you provided the /RETRY command line parameter).
The exit result will also be returned to the operating system if the program is terminated due to a Terminateafterscript command.
See also: Terminateafterscript
Example: Exit
← Back to Script Commands