![]() |
OTX Reference
|
|
Terminate procedure prematurely More...
Additional Inherited Members | |
![]() | |
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... | |
Terminate procedure prematurely
A Return
node shall complete the execution of a Procedure immediately. Control will be passed back to the caller. Return
nodes are allowed at any nesting depth. Return
is a controlled jump with a well-defined jump target, namely the end of the Procedure. This ability of the Return
node is helpful in situations where the Procedure execution should end prematurely because certain circumstances are met.