NodeclusterWorker.prototype.isConnectedmethod Worker.prototype.isConnected#Worker.prototype.isConnected(): booleanThis function returns true if the worker is connected to its primary via its IPC channel, false otherwise. A worker is connected to its primary after it has been created. It is disconnected after the 'disconnect' event is emitted. Return Type #boolean
method Worker.prototype.isConnected#Worker.prototype.isConnected(): booleanThis function returns true if the worker is connected to its primary via its IPC channel, false otherwise. A worker is connected to its primary after it has been created. It is disconnected after the 'disconnect' event is emitted. Return Type #boolean