cancel_command_task
Cancel a running asynchronous command task by providing its task ID. The task is terminated if it is still running.
Instructions
Cancel a running asynchronous command task. The task will be terminated if it's still running. / 取消正在运行的异步命令任务。如果任务仍在运行,将被终止。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID of the command to cancel. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes |