Class

Raised by exit to initiate the termination of the script.

Class Methods

Create a new SystemExit exception with the given status and message. Status is true, false, or an integer. If status is not given, true is used.

Instance Methods

Return the status value associated with this system exit.

Returns true if exiting successful, false if not.