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 934149a commit 8859f54Copy full SHA for 8859f54
doc/api/process.markdown
@@ -548,7 +548,8 @@ string describing the signal to send. Signal names are strings like
548
See [Signal Events](#process_signal_events) and kill(2) for more information.
549
550
Will throw an error if target does not exist, and as a special case, a signal
551
-of `0` can be used to test for the existence of a process.
+of `0` can be used to test for the existence of a process. Windows platforms
552
+will throw an error if the `pid` is used to kill a process group.
553
554
Note that even though the name of this function is `process.kill`, it is really
555
just a signal sender, like the `kill` system call. The signal sent may do
0 commit comments