Merge branch 'pr_3026' into dev

This commit is contained in:
Nick O'Leary
2021-07-02 09:22:35 +01:00
5 changed files with 19 additions and 3 deletions

View File

@@ -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&apos;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>.

View File

@@ -198,7 +198,8 @@
"seconds": "seconds",
"stdout": "stdout",
"stderr": "stderr",
"retcode": "return code"
"retcode": "return code",
"winHide": "Hide console"
},
"placeholder": {
"extraparams": "extra input parameters"