Schedule Types
Schedule Type | Description |
---|---|
Queued | A Queued task is a task that joins the task queue as soon as it is created so it can be performed as soon as possible. |
Scheduled | A Scheduled task is a one-off future task to be started or completed at a specific date/time. |
Recurring | A Recurring task allows a task to be requested to be scheduled regularly and based on start or completion times. For example, every day by 10.00am. |