JobStatus

class lsst.ctrl.bps.htcondor.JobStatus(value)

Bases: IntEnum

HTCondor’s statuses for jobs.

Attributes Summary

COMPLETED

HELD

IDLE

REMOVED

RUNNING

SUSPENDED

TRANSFERRING_OUTPUT

UNEXPANDED

Attributes Documentation

COMPLETED = 4
HELD = 5
IDLE = 1
REMOVED = 3
RUNNING = 2
SUSPENDED = 7
TRANSFERRING_OUTPUT = 6
UNEXPANDED = 0