exec node: add windowsHide option to hide windows under Windows

This commit is contained in:
Nathanaël Lécaudé
2021-06-16 17:00:00 -04:00
parent 79875ef50d
commit 91ab3bd972
4 changed files with 16 additions and 2 deletions

View File

@@ -80,4 +80,5 @@
<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.</p>
</script>

View File

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