Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/TCF Service - Processes.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/TCF Service - Processes.html b/docs/TCF Service - Processes.html
index 68012e08a..be10835de 100644
--- a/docs/TCF Service - Processes.html
+++ b/docs/TCF Service - Processes.html
@@ -301,14 +301,7 @@ C &bull; <i>&lt;token&gt;</i> &bull; Processes &bull; getEnvironment &bull;
<p>Reply:</p>
<pre><b><font face="Courier New" size=2 color=#333399>
-R &bull; <i>&lt;token&gt;</i> &bull; <i>&lt;error report&gt;</i> &bull; <i>&lt;object: environment variables&gt;</i> &bull;
-</font></b></pre>
-
-<h3><a name='CmdStart'>Start</a></h3>
-
-<pre><b><font face="Courier New" size=2 color=#333399>
-C &bull; <i>&lt;token&gt;</i> &bull; Processes &bull; start &bull; <i>&lt;string: working directory&gt;</i> &bull; <i>&lt;string: program image file&gt;</i> &bull;
- <i>&lt;string array: command line&gt;</i> &bull; <i>&lt;object: environment variables&gt;</i> &bull; <i>&lt;boolean: attach&gt;</i> &bull;
+R &bull; <i>&lt;token&gt;</i> &bull; <i>&lt;error report&gt;</i> &bull; <i>&lt;string array: environment variables&gt;</i> &bull;
<i>&lt;string array&gt;</i>
&rArr; null
@@ -320,6 +313,13 @@ C &bull; <i>&lt;token&gt;</i> &bull; Processes &bull; start &bull; <i>&lt;string
&rArr; <i>&lt;string list&gt;</i> , <i>&lt;string&gt;</i>
</font></b></pre>
+<h3><a name='CmdStart'>Start</a></h3>
+
+<pre><b><font face="Courier New" size=2 color=#333399>
+C &bull; <i>&lt;token&gt;</i> &bull; Processes &bull; start &bull; <i>&lt;string: working directory&gt;</i> &bull; <i>&lt;string: program image file&gt;</i> &bull;
+ <i>&lt;string array: command line&gt;</i> &bull; <i>&lt;string array: environment variables&gt;</i> &bull; <i>&lt;boolean: attach&gt;</i> &bull;
+</font></b></pre>
+
<p>The command starts a new process on remote machine.
<ul>
<li><i>&lt;string: working directory&gt;</i> - initial value of working directory for the process.
@@ -327,7 +327,7 @@ C &bull; <i>&lt;token&gt;</i> &bull; Processes &bull; start &bull; <i>&lt;string
<li><i>&lt;string array: command line&gt;</i> - command line arguments for the process.
Note: the service does NOT add image file name as first argument for the process.
If a client wants first parameter to be the file name, it should add it itself.
- <li><i>&lt;object: environment variables&gt;</i> - list of environment variables for the process,
+ <li><i>&lt;string array: environment variables&gt;</i> - list of environment variables for the process,
they will be added to default process environment.
<li><i>&lt;boolean: attach&gt;</i> - if true debugger should be attached to the process.</p>
</ul>

Back to the top