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