OneTimeSchedule.getNextExecutionTime

Gets the next execution time. If this one-time schedule has already executed once, it will always return null.

class OneTimeSchedule
const
Nullable!SysTime
getNextExecutionTime
(
SysTime currentTime
)

Parameters

currentTime SysTime

The current system time.

Return Value

Type: Nullable!SysTime

The time at which jobs with this schedule should next be executed, or null if there is no known next execution time.

Meta