mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge branch 'pr_3026' into dev
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
<p>The returned <code>payload</code> is usually a <i>string</i>, unless non-UTF8 characters are detected, in which
|
||||
case it is a <i>buffer</i>.</p>
|
||||
<p>The node's status icon and PID will be visible while the node is active. Changes to this can be read by the <code>Status</code> node.</p>
|
||||
<p>The <code>Hide console</code> option will hide the process console normally shown on Windows systems.</p>
|
||||
<h4>Killing processes</h4>
|
||||
<p>Sending <code>msg.kill</code> will kill a single active process. <code>msg.kill</code> should be a string containing
|
||||
the type of signal to be sent, for example, <code>SIGINT</code>, <code>SIGQUIT</code> or <code>SIGHUP</code>.
|
||||
|
@@ -198,7 +198,8 @@
|
||||
"seconds": "seconds",
|
||||
"stdout": "stdout",
|
||||
"stderr": "stderr",
|
||||
"retcode": "return code"
|
||||
"retcode": "return code",
|
||||
"winHide": "Hide console"
|
||||
},
|
||||
"placeholder": {
|
||||
"extraparams": "extra input parameters"
|
||||
|
Reference in New Issue
Block a user