Skip to main content
property ChildProcess.prototype.signalCode

The subprocess.signalCode property indicates the signal received by the child process if any, else null.

Type

Signals | null
Back to top