ATLAS Offline Software
Static Public Attributes | List of all members
python.AppMgr.AthAppMgr.State Class Reference
Collaboration diagram for python.AppMgr.AthAppMgr.State:

Static Public Attributes

int OFFLINE = 0
 
int CONFIGURED = 1
 
int INITIALIZED = 2
 
int RUNNING = 3
 

Detailed Description

Python equivalent of IService::State enum (kind of silly to load a whole
dictionary library for just this quartet of integers

Definition at line 104 of file AppMgr.py.

Member Data Documentation

◆ CONFIGURED

int python.AppMgr.AthAppMgr.State.CONFIGURED = 1
static

Definition at line 114 of file AppMgr.py.

◆ INITIALIZED

int python.AppMgr.AthAppMgr.State.INITIALIZED = 2
static

Definition at line 115 of file AppMgr.py.

◆ OFFLINE

int python.AppMgr.AthAppMgr.State.OFFLINE = 0
static

Definition at line 113 of file AppMgr.py.

◆ RUNNING

int python.AppMgr.AthAppMgr.State.RUNNING = 3
static

Definition at line 116 of file AppMgr.py.


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