method ChildProcess.prototype.on
ChildProcess.prototype.on(event: "close",listener: (code: number | null,signal: Signals | null,) => void,): this
Deprecated
ChildProcess.prototype.on(event: "exit",listener: (code: number | null,signal: Signals | null,) => void,): this
Deprecated
ChildProcess.prototype.on(event: "message",listener: (message: Serializable,sendHandle: SendHandle,) => void,): this
Deprecated
listener: (message: Serializable,sendHandle: SendHandle,) => void
this