Status Bar

When you work on a robot, the following status messages can appear in the bottom left corner.

Status Message Description Shown in Mode
Ready Robot is ready to run. Design and Debug
Preparing execution Robot is about to be executed. Debug
Finishing execution Robot is about to finish executing. Design and Debug
Executing Robot is being executed. Design and Debug
Executing to start location Robot is going to the currently selected step when started with the Start Debug from Current Location button from Design mode. Debug
Start location reached Robot reaches the step selected with the Start Debug from Current Location button from Design mode. Debug
Start location could not be reached Robot could not reach the step selected with the Start Debug from Current Location button from Design mode. Debug
Execution completed successfully Robot successfully executed all of the steps. Debug
Execution completed with errors Robot execution finished with errors. Debug
Stopped Robot is stopped after the Pause button is clicked. Debug
Stopped after reporting API exceptions Robot is stopped after an API error is reported. Design and Debug
Stopped at breakpoint Robot is stopped at a breakpoint set with the Toggle Breakpoint button. Debug
Stopped at next visible step Robot is stopped when the next visible step is encountered after the current position marker. This message is shown when the Single Step button is used. Debug
Stopped at next step Robot is stopped at the next step after the current position marker, even if the next step is hidden in a group. This message is shown when the Step Into button is used. Debug
Stopped at a given step Robot is stopped at a given step. This message is shown when the Step Out button is used. Debug