* Retrieves the stored result of a task. * * @param taskId - The task identifier * @returns The stored result
(taskId: string)
| 212 | * @returns The stored result |
| 213 | */ |
| 214 | getTaskResult(taskId: string): Promise<Result>; |
| 215 | |
| 216 | /** |
| 217 | * Updates a task's status (e.g., to 'cancelled', 'failed', 'completed'). |
no outgoing calls