MCPcopy Create free account
hub / github.com/echoVic/blade-code / blockTask

Method blockTask

src/prompt/WorkflowManager.ts:427–431  ·  view source on GitHub ↗

* 阻塞任务

(id: string, reason: string)

Source from the content-addressed store, hash-verified

425 * 阻塞任务
426 */
427 public blockTask(id: string, reason: string): WorkflowTask {
428 const task = this.updateTask(id, { status: 'blocked' });
429 this.addTaskNote(id, `任务被阻塞: ${reason}`);
430 return task;
431 }
432
433 /**
434 * 取消任务

Callers

nothing calls this directly

Calls 2

updateTaskMethod · 0.95
addTaskNoteMethod · 0.95

Tested by

no test coverage detected