exitCode

abstract var exitCode: Any?(source)

A number which will be the process exit code, when the process either exits gracefully, or is exited via {@link exit} without specifying a code.

Specifying a code to {@link exit} will override any previous setting of process.exitCode.

Since

v0.11.8