stop_subtask
Pause a running subtask on macOS/Linux by sending SIGSTOP. Provide the task_id from list_subtasks; resume later with resume_subtask.
Instructions
Send SIGSTOP to a running subtask, pausing its execution. Use list_subtasks to find the task_id. Resume with resume_subtask. macOS/Linux only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | task_id from list_subtasks |