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