You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The javadoc for the taskScheduledTime parameter in Trigger.getNextRunTime() needs to be clarified. It currently says
taskScheduledTime - the date/time in which the task was scheduled using the ManagedScheduledExecutorService.schedule method.
It could potentially interpreted as the point in time at which the scheduled task should run, rather than the time at which the schedule method was invoked.
To clarify that it is the time at which the schedule method was invoked, the javadoc of the taskScheduledTime parameter should be updated to
taskScheduledTime - the date/time when the task was scheduled, that is, the date/time when the schedule method on the ManagedScheduledExecutorService was invoked.
Affected Versions
[1.0]
The text was updated successfully, but these errors were encountered:
The javadoc for the taskScheduledTime parameter in Trigger.getNextRunTime() needs to be clarified. It currently says
taskScheduledTime - the date/time in which the task was scheduled using the ManagedScheduledExecutorService.schedule method.
It could potentially interpreted as the point in time at which the scheduled task should run, rather than the time at which the schedule method was invoked.
To clarify that it is the time at which the schedule method was invoked, the javadoc of the taskScheduledTime parameter should be updated to
taskScheduledTime - the date/time when the task was scheduled, that is, the date/time when the schedule method on the ManagedScheduledExecutorService was invoked.
Affected Versions
[1.0]
The text was updated successfully, but these errors were encountered: