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