public class JobRecord extends Object
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected Long |
jobID
The job id.
|
protected boolean |
wasStarted
Whether this job was started or not
|
Modifier and Type | Method and Description |
---|---|
Long |
getJobID()
Get the job ID.
|
void |
noteStarted()
Note that the job was started.
|
boolean |
wasStarted()
Check whether job was started.
|
public static final String _rcsid
protected final Long jobID
protected boolean wasStarted
public JobRecord(Long jobID)
public Long getJobID()
public void noteStarted()
public boolean wasStarted()