Rename exec node hideWin option

This commit is contained in:
Nick O'Leary
2021-07-02 09:22:08 +01:00
parent 04f4a76b41
commit 2baff243ed
4 changed files with 11 additions and 11 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>.
@@ -80,5 +81,4 @@
<p>If the node has more than one process running then <code>msg.pid</code> must also be set with the value of the PID to be killed.</p>
<p>If a value is provided in the <code>Timeout</code> field then, if the process has not completed when the specified number of seconds has elapsed, the process will be killed automatically</p>
<p>Tip: if running a Python app you may need to use the <code>-u</code> parameter to stop the output being buffered.</p>
<p>The <code>Hide windows</code> option can be set to hide shell windows under Windows. This option will only affect Windows operating systems.</p>
</script>

View File

@@ -199,7 +199,7 @@
"stdout": "stdout",
"stderr": "stderr",
"retcode": "return code",
"windowshide": "Hide windows"
"winHide": "Hide console"
},
"placeholder": {
"extraparams": "extra input parameters"