«Break» Module

For «Emergency» exit from a simple cycle, you can use the «Break» operation. For example, in a cycle, a specific image is searched, and if the image is found, the robot should click on it, read data from it and go to the next action, otherwise, exit the cycle and not run the next action. For this scenario you should create a cycle that contains «Condition» module, and in one of the sections there must be the module «Break»:

![Screenshot](img/break_1.png)

Module «Break» Doesn't need configuration but should only be used inside the «Cycle» module.