Last updated 2 months ago
Was this helpful?
Exits the CLI with the specified exit code.
CLIExit(exitCode=[numeric])
exitCode
numeric
false
By convention, a nonzero status code, indicates abnormal termination. Deault code is 0.
0