delayFirstMoment property
Indicates whether the first execution should be delayed.
If set to true
, the first tick will not run immediately when the cron starts.
Implementation
bool delayFirstMoment = true;
Indicates whether the first execution should be delayed.
If set to true
, the first tick will not run immediately when the cron starts.
bool delayFirstMoment = true;