tasks_cancel
Cancel an in-flight task by marking its disk record cancelled and signaling the addon worker to stop between frames; already-finished tasks are unchanged.
Instructions
Cancel an in-flight task.
Sets state="cancelled" on the disk record AND signals the
addon-side worker (for renders) so it stops between frames.
Cancelling an already-terminal task is a no-op -- the response
carries the existing state unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 16-hex-char task id. |