Disables one or more schedulers by their IDs.
A single scheduler ID or an array of scheduler IDs to disable.
A promise that resolves once the update is complete.
Enables one or more schedulers by their IDs.
A single scheduler ID or an array of scheduler IDs to enable.
A promise that resolves once the update is complete.
Lists all configured schedulers.
A promise resolving to an array of scheduler metadata.
SchedulerClient provides methods to manage schedulers, including listing, enabling, and disabling scheduled tasks.