Creates a scheduled but dormant recurring task, ready to be launched at a later time.
The task schedule
Returns all scheduled tasks registered to this scheduler.
Scheduled tasks
Schedules a task function for recurring runs.
The task definition
Manually triggers a task by ID.
If the task doesn't exist, a NotFoundError is thrown. If the task is currently running, a ConflictError is thrown.
The task ID
Deals with the scheduling of distributed tasks, for a given plugin.
See the service documentation for more details.