Public Types
RTT::scripting::ProgramInterface::Status Struct Reference

#include <ProgramInterface.hpp>

List of all members.

Public Types

enum  ProgramStatus {
  unknown = 0, stopped, paused, running,
  error
}

Detailed Description

Placeholder of the ProgramStatus.

Definition at line 67 of file ProgramInterface.hpp.


Member Enumeration Documentation

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.


The documentation for this struct was generated from the following file:


rtt
Author(s): RTT Developers
autogenerated on Fri Sep 9 2016 04:02:20