MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / resumeTask

Method resumeTask

apps/cli/src/agent/extension-host.ts:535–538  ·  view source on GitHub ↗
(taskId: string)

Source from the content-addressed store, hash-verified

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

Callers 1

runFunction · 0.95

Calls 2

sendToExtensionMethod · 0.95
waitForTaskCompletionMethod · 0.95

Tested by

no test coverage detected