Skip to content

Commit

Permalink
doc: add entry for subprocess.killed property
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Aug 4, 2017
1 parent 8bde8b0 commit 1cf009f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,17 @@ setTimeout(() => {
}, 2000);
```

### subprocess.killed
<!-- YAML
added: v0.5.10
-->

* {boolean} Set to `true` after `subprocess.kill()` is used to successfully
terminate the child process.

The `subprocess.killed` property indicates whether the child process was
successfully terminated using `subprocess.kill()`.

### subprocess.pid
<!-- YAML
added: v0.1.90
Expand Down

0 comments on commit 1cf009f

Please sign in to comment.