Parameters
Condition – define the condition not to be met.
Example
The condition is met in case condition 1 is not met:
Condition.LogicalNot: Condition=1
Condition.True
The block defines the condition to be met each time.True
Parameters
There are no parameters in the True block.
Example
The condition is always met:
Condition.True
Condition.False
The block defines the condition not to be met any time.False
Parameters
There are no parameters in the False block.
Example
The condition is always not met.
Condition.False
Comentarios a estos manuales