Defines a DO...WHILE loop statement based on a JavaScript condition.

This statement executes a group of child statements once, then repeats execution of the loop until the condition expression set in the Condition property is found to be false.
Note: You can add other statements to this statement: these are the statements executed in the loop.

Property Type Category Description
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Condition JS expression standard Defines the block condition expression.
This property is a JavaScript expression that will be evaluated as condition (true or false) in order to decide whether to execute or not the child statements.
Is active boolean standard Defines whether the statement is active.