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);
Properties
Returns: Void
Parameters: Condition
Condition
Type: Boolean, Default: Compare
Specifies whether the execution is stopped.