The ID of the task.
A promise that resolves when the task is canceled.
Completes a task.
The ID of the task.
The result of the task.
A promise that resolves when the task is completed.
Creates a new task.
The parameters for task creation.
A promise that resolves to the task ID.
Gets data for a specific task.
The ID of the task.
A promise that resolves to the task data.
Gets tasks by issuer.
The issuer of the tasks.
A promise that resolves to the task IDs.
Assigns a rating to a task.
The ID of the task.
The rating.
A promise that resolves when the task is assigned.
Sets a listener for new task creation events.
The listener function.
Subscribes to new task creation events.
Unsubscribes from new task creation events.
Cancels a task.