System.exit
System.exit($returnCode=0) -> null
Description
Immediately exit the current script.
NoteFor errors, use
die
instead, which is logged and can be caught by a try/catch
.System.exit()