The service that is responsible for setting up and querying the scheduled tasks.
() => (signal?: string) => () => Promise<TaskInfo[]>Returns a list of all the scheduled tasks and their current status.
(input: UpdateScheduledTaskInput) => Promise<TaskInfo>(taskId: string) => Promise<Success>