Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

ArTaskState Class Reference

Class with the different states a task can be in. More...

#include <ArTaskState.h>

List of all members.

Public Types

enum  State {
  INIT = 0, RESUME, ACTIVE, SUSPEND,
  SUCCESS, FAILURE, USER_START = 20
}


Detailed Description

Class with the different states a task can be in.

These are the defined states, if the state is anything other than is defined here that is annotated (not running) the process will be run. No one should have any of their own states less than the USER_START state. People's own states should start at USER_START or at USER_START plus a constant (so they can have different sets of states).

Definition at line 38 of file ArTaskState.h.


Member Enumeration Documentation

enum ArTaskState::State
 

Enumeration values:
INIT  Initialized (running).
RESUME  Resumed after being suspended (running).
ACTIVE  Active (running).
SUSPEND  Suspended (not running).
SUCCESS  Succeeded and done (not running).
FAILURE  Failed and done (not running).
USER_START  This is where the user states should start (they will all be run).

Definition at line 41 of file ArTaskState.h.


The documentation for this class was generated from the following file:
Generated on Wed Oct 19 12:56:55 2005 for Aria by  doxygen 1.4.0