kill
kill(
pid,signal?):boolean
Defined in: src/process.ts:218
Send a signal to a process by pid.
Parameters
Section titled “Parameters”number
signal?
Section titled “signal?”SignalLike = Signal.TERM
Returns
Section titled “Returns”boolean
Throws
Section titled “Throws”ESRCH when there is no such process