![]() |
OTX Reference
|
|
Next iteration More...
Public Attributes | |
OtxName | target |
Name of the target loop node More... | |
![]() | |
System.Boolean | disabled |
To turn on/off a node. A deactivated node is not executed at run time. More... | |
![]() | |
ExtensibleData[] | extendedData |
Declares general data for NamedAndSpecified which can be extented by new general data defined in new OTX extensions using the standardised extension mechanism. For example it can be used to specify specification relevant content in a better structured way. More... | |
OtxId | id |
Unique identifier of an element More... | |
MetaData | metaData |
Additional tool-specific data More... | |
OtxName | name |
Name of an element More... | |
System.String | specification |
Descriptive specification More... | |
Next iteration
A Continue
node completes execution of a Loop Flow immediately and initiates the next iteration, after Loop condition evaluation. Continue
shall be used only within Loop nodes, at any nesting depth, see ForEachLoop, ForLoop and WhileLoop. Continue
is a controlled jump with a well-defined jump target, namely the first node of the Loop Flow.
OtxName OpenTestSystem.Otx.Core.Nodes.Node.EndNode.Continue.target |