The date the schedule was created.
The schedule cronjob data.
The ID of the schedule.
The date the schedule last ran.
The name of the schedule.
The date the scheduls is supposed to run next.
Whether the schedule should only run when the server is online.
Whether the schedule is currently being processed.
A dict of tasks that will be executed when the schedule is running.
The date the schedule was last updated.
Creates a task on the schedule.
The action the task will perform.
The task payload.
The execution time offset.
The new task.
Deletes a task from the schedule.
The ID of the task.
Executes the schedule immediately.
Converts the schedule into a JSON object, relative to the API response object.
The JSON object.
The string representation of the schedule.
Updates the schedule with the specified options.
Update schedule options.
The updated instance.
Updates a specified task in the schedule.
The ID of the task.
Update task options.
The updated task.
Generated using TypeDoc
Whether the schedule is active.