(taskId: string)
| 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. |
no test coverage detected