Description
Skips execution of a certain number of actions in the action list if this action's condition evaluates to true. If it does not, execution continues with the next action.
Snippet
Skip If(True, 0);
Properties
Returns: Void
Parameters: Condition, Number OF Actions
Condition
Type: Boolean, Default: Compare
Specifies whether the skip occurs.Number OF Actions
Type: Integer, Default: Number
The number of actions to skip, not including this action.