sebb 2004/10/08 13:53:25
Modified: xdocs/usermanual Tag: rel-2_0 component_reference.xml
Log:
Added brief While Controller description
Revision Changes Path
No revision
No revision
1.87.2.10 +20 -3 jakarta-jmeter/xdocs/usermanual/component_reference.xml
Index: component_reference.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
retrieving revision 1.87.2.9
retrieving revision 1.87.2.10
diff -u -r1.87.2.9 -r1.87.2.10
--- component_reference.xml 7 Oct 2004 17:52:35 -0000 1.87.2.9
+++ component_reference.xml 8 Oct 2004 20:53:25 -0000 1.87.2.10
@@ -818,6 +818,23 @@
<property name="Runtime (seconds)" required="Yes">Desired runtime in
seconds</property>
</properties>
</component>
+<component name="While Controller" index="15.2.13" screenshot="">
+ <description>
+<note>ALPHA CODE: the current release does not evaluate the condition on initial
entry</note>
+ <p>The While Controller runs its children until the condion is false
+ </p>
+
+<p>Possible condition values:</p>
+<ul>
+<li>LAST (or blank) - true whilst last sample is successful</li>
+<li>Otherwise - the condition is evaluated as a string, which is compared with
"true"</li>
+</ul>
+ </description>
+<properties>
+ <property name="Name" required="Yes">Descriptive name for this controller that
is shown in the tree, and used to name the transaction.</property>
+ <property name="Condition" required="No">blank, LAST, or
variable/function</property>
+</properties>
+</component>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]