WmsStates¶
- 
class 
lsst.ctrl.bps.WmsStates¶ Bases:
enum.EnumRun and job states
Attributes Summary
DELETEDFAILEDHELDMISFITPENDINGREADYRUNNINGSUCCEEDEDUNKNOWNUNREADYAttributes Documentation
- 
DELETED= 6¶ 
- 
FAILED= 9¶ 
- 
HELD= 7¶ 
- 
MISFIT= 1¶ 
- 
PENDING= 4¶ 
- 
READY= 3¶ 
- 
RUNNING= 5¶ 
- 
SUCCEEDED= 8¶ 
- 
UNKNOWN= 0¶ 
- 
UNREADY= 2¶ 
-