cancel_async_task
Cancel a pending or running background task in Odoo by providing its unique task ID to halt execution.
Instructions
Cancel a pending or running background task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| note | No | ||
| tool | No | Reporting tool name. | |
| error | No | Sanitized error message when success is false. | |
| result | No | ||
| status | No | ||
| success | Yes | False when the call failed; see error. | |
| task_id | No | ||
| created_at | No | ||
| started_at | No | ||
| finished_at | No |