Try/Catch
Component that allows error handling.
Last updated
Component that allows error handling.
Last updated
This object has no settings. Just drag it to the working area.
Componente
Description
Try/Catch
Place other Objects to be executed. If any of them generate an error, execution will continue in the Catch block.
Catch
Place other Objects to be executed if an error happens during the robot's execution.
Finally
Place other Objects that will always be executed at the end of the whole process.