Description
Stops execution of the action list if this action's condition evaluates to true. If it does not, execution continues with the next action.
Snippet
Abort If(True);
Basic explanation
If the given condition is true, then stop whatever this current set of instructions is doing.
Properties
Returns: Void
Parameters: Condition
Condition
Type: Boolean, Default: Compare
Specifies whether the execution is stopped.