Revision db5bce34 lib/constants.py

b/lib/constants.py
826 826
  JOB_STATUS_SUCCESS,
827 827
  JOB_STATUS_ERROR,
828 828
  ])
829
JOB_STATUS_ALL = frozenset([
830
  JOB_STATUS_QUEUED,
831
  JOB_STATUS_WAITLOCK,
832
  JOB_STATUS_CANCELING,
833
  JOB_STATUS_RUNNING,
834
  ]) | JOBS_FINALIZED
829 835

  
830 836
# OpCode status
831 837
# not yet finalized

Also available in: Unified diff