Placeholder of the ProgramStatus. More...
#include <rtt/ProgramInterface.hpp>
Public Types | |
| enum | ProgramStatus { stopped, running, paused, error, unloaded } |
Enumerates the statuses of a ProgramInterface. More... | |
Placeholder of the ProgramStatus.
Definition at line 64 of file ProgramInterface.hpp.
Enumerates the statuses of a ProgramInterface.
| running |
The program is loaded in a ProgramProcessor but not running. |
| paused |
The program is running. |
| error |
The program was running but is now paused. |
| unloaded |
The program was running but has encountered an error. This program is currently not loaded in a ProgramProcessor. |
Definition at line 68 of file ProgramInterface.hpp.
1.6.3