Skip to main content
MessagingOptions.killSignal - child_process - Node documentation
property MessagingOptions.killSignal

Usage in Deno

import { type MessagingOptions } from "node:child_process";

The signal value to be used when the spawned process will be killed by the abort signal.

Type

Signals
| number
| undefined