(taskId_3: string)
| 316 | await DreamTask.kill(taskId_2, setAppState); |
| 317 | } |
| 318 | async function killRemoteAgentTask(taskId_3: string): Promise<void> { |
| 319 | await RemoteAgentTask.kill(taskId_3, setAppState); |
| 320 | } |
| 321 | |
| 322 | // Wrap onDone in useEffectEvent to get a stable reference that always calls |
| 323 | // the current onDone callback without causing the effect to re-fire. |
no test coverage detected