Check Robot Completion#
The block allows you to check the completion status of a scenario executed using the "Run Robot" block, including the ability to check the status of several Robots running in parallel.
| Robot ID | [Link/List/Array] A variable that stores the Robot's identifier. If necessary, you can specify multiple identifiers in an array or list. For example, |
| Wait for Completion | The block will wait for the Robot or list of Robots to complete execution and will only exit through the "Yes" connector afterward. |
| Work Status | [Boolean] If $true is returned, it means the Robot is running. |
| Error Status | [Boolean] If $true is returned, it means the Robot has finished with an error. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Exit Direction | Select the exit direction from the block in case of an error. Possible values:
This property allows you to determine the exit direction in case of errors for blocks that do not contain the "If Error" connector (for example, the "Condition" block). If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that the blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |