Skip to main content
ChildProcess.prototype.signalCode - child_process - Node documentation
property ChildProcess.prototype.signalCode

Usage in Deno

import { ChildProcess } from "node:child_process";

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

Type

Signals | null