JobSchedule

A schedule that governs when a job should be executed.

Members

Functions

getNextExecutionTime
Nullable!SysTime getNextExecutionTime(SysTime currentTime)

Gets the timestamp at which the scheduler should plan to execute a job with this schedule next.

isRepeating
bool isRepeating()
Undocumented in source.
markExecuted
void markExecuted(SysTime executionTime)
Undocumented in source.

Meta