MCPcopy Index your code
hub / github.com/coder/mux / isTaskQueueBackgrounded

Method isTaskQueueBackgrounded

src/node/services/taskService.ts:1493–1495  ·  view source on GitHub ↗
(taskId: string)

Source from the content-addressed store, hash-verified

1491 }
1492
1493 private isTaskQueueBackgrounded(taskId: string): boolean {
1494 return this.userBackgroundedTaskIds.has(taskId);
1495 }
1496
1497 /**
1498 * Resolve the persisted attention policy for a child agent-task workspace.

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected