mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
doc: exitedAfterDisconnect value can be false
Fixed the documentation to reflect the changes in the default value of worker.exitedAfterDisconnect PR-URL: https://github.com/nodejs/node/pull/29404 Fixes: https://github.com/nodejs/node/issues/28837 Refs: https://github.com/nodejs/node/pull/3743 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
This commit is contained in:
parent
1f4f2b488e
commit
695e819517
@ -336,7 +336,9 @@ added: v6.0.0
|
||||
|
||||
* {boolean}
|
||||
|
||||
Set by calling `.kill()` or `.disconnect()`. Until then, it is `undefined`.
|
||||
This property is `true` if the worker exited due to `.kill()` or
|
||||
`.disconnect()`. If the worker exited any other way, it is `false`. If the
|
||||
worker has not exited, it is `undefined`.
|
||||
|
||||
The boolean [`worker.exitedAfterDisconnect`][] allows distinguishing between
|
||||
voluntary and accidental exit, the master may choose not to respawn a worker
|
||||
|
Loading…
Reference in New Issue
Block a user