#include <ProgramInterface.hpp>
Public Types | |
| enum | ProgramStatus { unknown = 0, stopped, paused, running, error, unknown = 0, stopped, paused, running, error } |
| enum | ProgramStatus { unknown = 0, stopped, paused, running, error, unknown = 0, stopped, paused, running, error } |
Placeholder of the ProgramStatus.
Definition at line 67 of file install/include/rtt/scripting/ProgramInterface.hpp.
Enumerates the statuses of a ProgramInterface.
| 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. |
| 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 rtt/scripting/ProgramInterface.hpp.
Enumerates the statuses of a ProgramInterface.
| 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. |
| 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 install/include/rtt/scripting/ProgramInterface.hpp.