We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa09df commit 1db3329Copy full SHA for 1db3329
doc/api/child_process.md
@@ -854,6 +854,17 @@ setTimeout(() => {
854
}, 2000);
855
```
856
857
+### subprocess.killed
858
+<!-- YAML
859
+added: v0.5.10
860
+-->
861
+
862
+* {boolean} Set to `true` after `subprocess.kill()` is used to successfully
863
+ terminate the child process.
864
865
+The `subprocess.killed` property indicates whether the child process was
866
+successfully terminated using `subprocess.kill()`.
867
868
<a name="child_process_child_pid"></a>
869
### subprocess.pid
870
<!-- YAML
0 commit comments