Skip to content

exit

exit()
exit(exitCode: Integer)

ParameterTypeDescription
(optional) exitCodeIntegerThe exit code (default: 0)

Exits the program.

Returns

(nil)