![]() |
OTX Reference
|
|
Loop terminate prematurely 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... | |
Loop terminate prematurely
A Break
node forces Loop (ForEachLoop, ForLoop, WhileLoop) execution to complete immediately. Control is passed to the next node after the "broken" Loop node. Break
can be used only within Loop nodes, at any nesting depth. Break
is a controlled jump with a well-defined jump target, namely the next node after the Loop.
OtxName OpenTestSystem.Otx.Core.Nodes.Node.EndNode.Break.target |