跳转至

Control Flow - Break#

This task is used with the For task or Foreach task. The task allows breaking out of iterations.

controlflow_break

Info

Only available for Control Flow.

Behavior#

The task will emit a particular type of controlled error, that will trigger the brach execution to finish.

Remarks#

There is no particular remark to be made.