late; skip this execution. // Perform the task } This method is typically
not used in conjunction with
fixed-delay execution repeating tasks, as their scheduled execution times are allowed to drift over time, and so are not terribly significant.
Note: documentation copied (and slightly modified) from java.util.TimerTask.scheduledExecutionTime()
.
@return the time at which the most recent execution of this task wasscheduled to occur, in the format returned by Date.getTime(). The return value is the same as {@link #getFirstTime()} if the task has yet to commenceits first execution.