QUIT
QUIT |
Purpose
Terminates the Console Optimizer, returning a zero
exit code to the operating system. Alias for EXIT.
Synopsis
QUIT
Example
The command is called simply as:
QUIT
Further information
1. Fatal error conditions return nonzero exit values which may be of use to the host operating system. These are described in
Return Codes and Error Messages.
2. If you wish to return an exit code reflecting the final solution status, then use the
STOP command instead.
Related topics