public interface IJobResult
IJobResult
will be generated and kept by the scheduler for later historical querying.Modifier and Type | Method and Description |
---|---|
Date |
getCompletionDate()
The end date/time of the job run
|
String |
getId()
The unique id of the job run.
|
Map<String,Serializable> |
getJobParams()
The job parameters used during this job run.
|
Date |
getStartDate()
The start date/time of the job run
|
String getId()
Map<String,Serializable> getJobParams()
Date getStartDate()
Date getCompletionDate()