Subject: | Convert job status numeric values to meaningful text |
Hi, the job status values are numeric, but these numbers are not
particlarly meaningul. As the CA::AutoSys::Status documentation points
out, these can be mapped to text fields:
NONE = 0
RUNNING = 1
UNDEF_2 = 2
STARTING = 3
SUCCESS = 4
FAILURE = 5
TERMINATED = 6
ON_ICE = 7
INACTIVE = 8
ACTIVATED = 9
RESTART = 10
ON_HOLD = 11
QUEUE_WAIT = 12
UNDEF_13 = 13
REFRESH_DEP = 14
REFRESH_FW = 15