Event: 'disconnect'
The 'disconnect'
event is emitted after calling the ChildProcess.disconnect()
method in the parent or child process. After disconnecting it is no longer possible to send or receive messages, and the ChildProcess.connected
property is false.
Please login to continue.