property ChildProcess.prototype.signalCode Usageimport { ChildProcess } from "node:child_process"; The subprocess.signalCode property indicates the signal received by the child process if any, else null. Type Signals | null