GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
enum Gw::ALoadedActor::EStatus
inherited

current status

  • undefined : not set properly
  • configure : has just been configured
  • loaded : has just been registered
  • init : has just been initialised
  • dorunning : read to call the embedded actor
  • running : the actor is running
  • HasRun : has consumed/produces some data ... otherwise stay in do running state
  • stop : stop has been called, resume produce do running
  • idle : waiting
  • finished (in principle only for producer) : no data any more (for producer)
Enumerator
kUndefined 
kConfigured 
kLoaded 
kInitialised 
kDoRunning 
kRunning 
kHasRun 
kStopped 
kIdle 
kFinished 
kDead 

Definition at line 107 of file ALoadedActor.h.