Statuses in Design Studio Status Bar
Status Bar in Design Studios
Message | When the Message is Displayed |
Ready. |
When the robot is ready to run in debug mode in Design Studios - this can be changed by hitting the Debug tab ![]() ![]() |
Executing... |
When the robot is executing a step - caused by using the Play button during debug mode ![]() |
Execution Completed Successfully. |
When the robot completed running the steps successfully. |
Stopped |
When the robot is paused during debug mode - this status shows after using the Pause button during debug mode ![]() |
Stopped after reporting API Exceptions. |
When the robot runs into an API error. |
Stopped at breakpoint. |
When the robot stops at a breakpoint set during Debug modewith the Toggle Breakpoint button ![]() |
Stopped at next visible step. |
When the robot is stopped after the next step seen after the green marker showing the current position - this status shows after using the Single Step button during debug mode ![]() |
Stopped at next step. |
When the robot is stopped at the next step after the green marker, even if the next step is hidden in a group step, where multiple steps are hidden in only one step - this status shows after using the Step Into button during debug mode ![]() |
Stopped at a given step. |
When the robot is stopped at the step after breaking ot of any loops or groups - this status shows after using the Step Out button during debug mode ![]() |
Executing to start location |
When the robot is currently going to the currently selected step when started by using the Start Debug from Current Location button while in Design Mode ![]() |
Start Location Reached |
When the robot reaches the step chosen by the Start Debug from Current Location button ![]() |