initialDelay property
Initial delay before the first execution.
For periodic tasks, this is the delay before the first run, after which the task will repeat at the specified frequency. For one-time tasks, this is the delay before the single execution.
Implementation
final Duration initialDelay;