We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c720d commit 5ba65f2Copy full SHA for 5ba65f2
doc/api/child_process.md
@@ -891,6 +891,17 @@ setTimeout(() => {
891
}, 2000);
892
```
893
894
+### subprocess.killed
895
+<!-- YAML
896
+added: v0.5.10
897
+-->
898
+
899
+* {boolean} Set to `true` after `subprocess.kill()` is used to successfully
900
+ terminate the child process.
901
902
+The `subprocess.killed` property indicates whether the child process was
903
+successfully terminated using `subprocess.kill()`.
904
905
<a name="child_process_child_pid"></a>
906
### subprocess.pid
907
<!-- YAML
0 commit comments