The Gaudi Framework  v40r0 (475e45c1)
AlgExecState Namespace Reference

Enumerations

enum  State { None = 0, Executing = 1, Done = 2 }
 

Enumeration Type Documentation

◆ State

Enumerator
None 
Executing 
Done 

Definition at line 23 of file IAlgExecStateSvc.h.

23 { None = 0, Executing = 1, Done = 2 };
AlgExecState::None
@ None
Definition: IAlgExecStateSvc.h:23
AlgExecState::Done
@ Done
Definition: IAlgExecStateSvc.h:23
AlgExecState::Executing
@ Executing
Definition: IAlgExecStateSvc.h:23