Revision 989a8bee lib/constants.py

b/lib/constants.py
785 785
JOB_STATUS_CANCELED = "canceled"
786 786
JOB_STATUS_SUCCESS = "success"
787 787
JOB_STATUS_ERROR = "error"
788
JOBS_FINALIZED = frozenset([
789
  JOB_STATUS_CANCELED,
790
  JOB_STATUS_SUCCESS,
791
  JOB_STATUS_ERROR,
792
  ])
788 793

  
789 794
# OpCode status
790 795
# not yet finalized

Also available in: Unified diff