Java org.springframework.scheduling TriggerContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.scheduling TriggerContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.scheduling TriggerContext.

The text is from its open source code.

Method

DatelastActualExecutionTime()
Return the last actual execution time of the task, or null if not scheduled before.
DatelastCompletionTime()
Return the last completion time of the task, or null if not scheduled before.
DatelastScheduledExecutionTime()
Return the last scheduled execution time of the task, or null if not scheduled before.