ScheduledJobHelper
version(with_breaking_cgi_features && with_addon_servers_connections)
struct ScheduledJobHelper {
}
A destructor is present on this object, but not explicitly documented in the source.
- asap
void asap()
Runs the job in the background ASAP.
- at
void at(DateTime when, TimeZone timezone)
Schedules the job to be run at the given time.
- delay
void delay(Duration delay)
Schedules the job to run at least after the specified delay.
See schedule to make one of these. You then call one of the methods here to set it up: