Revision fbf0262f lib/constants.py

b/lib/constants.py
353 353
# Job status
354 354
JOB_STATUS_QUEUED = "queued"
355 355
JOB_STATUS_WAITLOCK = "waiting"
356
JOB_STATUS_CANCELING = "canceling"
356 357
JOB_STATUS_RUNNING = "running"
357 358
JOB_STATUS_CANCELED = "canceled"
358 359
JOB_STATUS_SUCCESS = "success"
......
360 361

  
361 362
OP_STATUS_QUEUED = "queued"
362 363
OP_STATUS_WAITLOCK = "waiting"
364
OP_STATUS_CANCELING = "canceling"
363 365
OP_STATUS_RUNNING = "running"
364 366
OP_STATUS_CANCELED = "canceled"
365 367
OP_STATUS_SUCCESS = "success"

Also available in: Unified diff