COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Classes | Public Types | List of all members
WorkerStatus Class Reference

#include <WorkerStatus.hpp>

Classes

struct  Convert
 

Public Types

enum  Type {
  INVALID =-1, STARTING = 0, CONFIGURING = 1, EXITING = 2,
  RUNNING = 3, NOT_RUNNING = 4, WAITING = 5, IDLE = 6
}
 Enumeration of the worker statuses recognized in CF. More...
 
typedef common::EnumT< WorkerStatusConverterBase
 

Detailed Description

Definition at line 22 of file WorkerStatus.hpp.

Member Typedef Documentation

Definition at line 36 of file WorkerStatus.hpp.

Member Enumeration Documentation

enum Type

Enumeration of the worker statuses recognized in CF.

Enumerator
INVALID 
STARTING 
CONFIGURING 
EXITING 
RUNNING 
NOT_RUNNING 
WAITING 
IDLE 

Definition at line 27 of file WorkerStatus.hpp.


The documentation for this class was generated from the following file:
Send comments to:
COOLFluiD Web Admin