Builder
interface Builder
A builder for building a task.
This builder is designed to provide a more familiar way of scheduling tasks, using a more conventional delay and interval (period) system. It is designed to be simple and easy to use, at the cost of flexibility.
If you require greater flexibility over how the scheduler will execute your task, you should use Scheduler.submitTask.