[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] JobStatus = ?



On Fri, Feb 02, 2007 at 11:30:16AM -0800, Terrence Martin wrote:
> Is there a reference as to what different JobStatus outputs mean?
> 
> eg.
> 
> JobStatus = 1
> JobStatus = 0
> JobStatus = 4
> 

0 Unexpanded (U)
1 Idle (I)
2 Running (R)
3 Removed (X)
4 Completed (C)
5 Held (H)
6 Submission_err (E)

These are not sufficient, so there will likely be more.

-Erik