![]() |
The Loop Interrupt block makes a Loop block end. No more blocks in the loop sequence will execute, and the program will continue with any blocks that are after the loop. You can specify which Loop block to interrupt by using its Loop Name. You can use the Loop Interrupt block to make a loop exit sooner than it normally would, or in response to a different condition. You can interrupt a loop from inside the loop itself, or from another block sequence that is running at the same time. |