Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

property ChildProcess.prototype.exitCode

The subprocess.exitCode property indicates the exit code of the child process. If the child process is still running, the field will be null.

Type #

number | null