doc: add documentation for killed property of ChildProcess instance#14578
doc: add documentation for killed property of ChildProcess instance#14578Trott wants to merge 2 commits into
killed property of ChildProcess instance#14578Conversation
|
I agree, it may be a good opportunity to improve the naming here. |
|
looking at the code if (this._handle) {
var err = this._handle.kill(signal);
if (err === 0) {
/* Success. */
this.killed = true;
return true;
}So |
TL;DR: I'd be more inclined to change A few things to bear in mind:
I'm happy to add a second commit to this PR that changes |
killed property of ChildProcess instance
Sounds like a good solution. |
|
+1 to changing to |
|
One thing that changing to |
|
The anchor link breaks can be addressed by including |
|
Oooh, maybe we can only add the HTML markup in backports so they never show up in master. |
11c334e to
62aaa34
Compare
|
OK, added the change to |
cjihrig
left a comment
There was a problem hiding this comment.
LGTM with missing backticks added.
62aaa34 to
1cf009f
Compare

Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
doc child_process