(taskId: string)
| 533 | } |
| 534 | |
| 535 | public async resumeTask(taskId: string): Promise<void> { |
| 536 | this.sendToExtension({ type: "showTaskWithId", text: taskId }) |
| 537 | return this.waitForTaskCompletion() |
| 538 | } |
| 539 | |
| 540 | // ========================================================================== |
| 541 | // Public Agent State API |
no test coverage detected