«Return» module

There are situations when, under some condition, it is necessary to finish the work of the robot, for example, you need to process an email that should be sent, but it did not come. For such purposes there is a «Return» module.

![Screenshot](img/return_1.png)

This module finishes the work of the whole robot and doesn't require configuration. It can be used anywhere. ## Example

Below you can see an example of using this module: with the help of the «Read emails» module you can make the robot read all emails for a certain period of time.All subjects of the email and their contents must be entered into an Excel file. But what if you don't have the emails? To do this, let's check for emails, and if they're not there, the robot will stop working, but if they are, it will continue.

![Screenshot](img/return_2.png)

Thanks to this module, you can write robots in the general workspace, and not in the branches of the «Condition» module. This way the robot looks more accurate and intuitive.