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 dd75005 commit 1abfbbbCopy full SHA for 1abfbbb
doc/api/child_process.md
@@ -987,6 +987,17 @@ setTimeout(() => {
987
}, 2000);
988
```
989
990
+### subprocess.killed
991
+<!-- YAML
992
+added: v0.5.10
993
+-->
994
+
995
+* {boolean} Set to `true` after `subprocess.kill()` is used to successfully
996
+ terminate the child process.
997
998
+The `subprocess.killed` property indicates whether the child process was
999
+successfully terminated using `subprocess.kill()`.
1000
1001
### subprocess.pid
1002
<!-- YAML
1003
added: v0.1.90
0 commit comments