Register a handler for process exit
(handler: (code: number) => void)
| 92 | onSessionId(handler: (sessionId: string) => void): void; |
| 93 | /** Register a handler for process exit */ |
| 94 | onExit(handler: (code: number) => void): void; |
| 95 | /** |
| 96 | * True iff Claude refused to resume the requested `resumeSessionId` |
| 97 | * (i.e. the session was not found locally). Callers can check this after |
nothing calls this directly
no outgoing calls
no test coverage detected