Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TCF Service - Run Control.html')
-rw-r--r--docs/TCF Service - Run Control.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/TCF Service - Run Control.html b/docs/TCF Service - Run Control.html
index 785770f04..b018a68e6 100644
--- a/docs/TCF Service - Run Control.html
+++ b/docs/TCF Service - Run Control.html
@@ -273,6 +273,19 @@ to context's children. Only contexts with HasState = true can be resumed.</p>
</li>
</ul>
+<p>Resume parameters names:</p>
+ <ul>
+ <li>
+ <code>RP_RANGE_START = "RangeStart"</code>
+ starting address of step range, inclusive.
+ </li>
+ <li>
+ <code>RP_RANGE_END = "RangeEnd"</code>
+ ending address of step range, exclusive.
+ </li>
+ </ul>
+
+
<p>Result message:</p>
<pre><b><font face="Courier New" size=2 color=#333399>

Back to the top