public interface TriggerContext
Modifier and Type | Method and Description |
---|---|
Date |
lastActualExecutionTime()
Return the last actual execution time of the task,
or
null if not scheduled before. |
Date |
lastCompletionTime()
Return the last completion time of the task,
or
null if not scheduled before. |
Date |
lastScheduledExecutionTime()
Return the last scheduled execution time of the task,
or
null if not scheduled before. |
Date lastScheduledExecutionTime()
null
if not scheduled before.Date lastActualExecutionTime()
null
if not scheduled before.Date lastCompletionTime()
null
if not scheduled before.