ExitError |
Top Previous Next |
Syntax - ExitError
Description: This command is used to instruct EMUE to halt the processing of the script and exit using the error process defined in the SetStartup commands.
Note: For automated scripts, it is recommended that there are at least two exit points defined in each script. One exit point is the exit point for the successful completion of the script. This exit point is where the Exit command is used. The second exit point is the exit point for the unsuccessful completion of a script. This exit point is where the ExitError command is used.
Note: The options defined by the SetStartup commands for error processing are used for all errors detected by EMUE.
Sample: ExitError
|