Orocos Real-Time Toolkit
2.8.3
|
Placeholder of the ProgramStatus. More...
#include <rtt/scripting/ProgramInterface.hpp>
Public Types | |
enum | ProgramStatus { unknown = 0, stopped, paused, running, error } |
Enumerates the statuses of a ProgramInterface. More... | |
Placeholder of the ProgramStatus.
Definition at line 67 of file ProgramInterface.hpp.
Enumerates the statuses of a ProgramInterface.
Enumerator | |
---|---|
unknown | |
stopped |
This program is currently not loaded in an ExecutionEngine. |
paused |
The program is not running. |
running |
The program was running but is now paused. |
error |
The program is running. The program was running but has encountered an error. |
Definition at line 71 of file ProgramInterface.hpp.