Skip to main content
My robot

Exit the loop

Exit the loop

Stops the parent loop immediately and carries the robot's flow on from the first action after it. The equivalent of break in a programming language.


Options

This action has no settings.

Returns

This action produces no data.

Rules and conditions

  • It has to be used inside a Loop block. Outside a loop its behaviour is undefined.
  • Every remaining iteration of the loop is cancelled.
  • The robot carries on normally from the actions after the loop.
  • Pair it with a Decision to leave the loop conditionally.