Overview of the TaskScheduler API
masterThe TaskScheduler API provides functionality to manage and monitor scheduled tasks on a Synology device. It allows you to retrieve scheduler settings, inspect current tasks, and perform actions such as running, creating, deleting, or enabling/disabling tasks.
Supported Capabilities
Getters (Retrieving Information):
- Retrieve a list of all tasks.
- Retrieve specific task information.
- Retrieve task results.
- Retrieve the output path configured for task results.
Setters (Modifying Configuration):
- Configure the output path for task results.
- Update task settings.
Actions (Executing Commands):
- Run a task immediately.
- Create a new task.
- Delete an existing task.
- Enable or disable a task.