()
| 198 | options?: { abortSignal?: AbortSignal } |
| 199 | ): Promise<unknown>; |
| 200 | interruptRun?(): Promise<void>; |
| 201 | /** |
| 202 | * Called when the run reaches a terminal state. Not called when the run is |
| 203 | * backgrounded (the background continuation re-enters run()) or when the |
no outgoing calls
no test coverage detected