public interface TriggerContext
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
@Nullable Date lastScheduledExecutionTime()
null if not scheduled before.@Nullable Date lastActualExecutionTime()
null if not scheduled before.@Nullable Date lastCompletionTime()
null if not scheduled before.