Wait for the process to exit. Returns the exit code.
()
| 80 | kill(): void; |
| 81 | /** Wait for the process to exit. Returns the exit code. */ |
| 82 | wait(): Promise<number>; |
| 83 | /** Register a handler for parsed JSONL events */ |
| 84 | onEvent(handler: (event: ClaudeEvent) => void): void; |
| 85 | /** Register a handler for the final result */ |
nothing calls this directly
no outgoing calls
no test coverage detected