* Send an interrupt signal to cancel the current request on the remote session
()
| 292 | * Send an interrupt signal to cancel the current request on the remote session |
| 293 | */ |
| 294 | cancelSession(): void { |
| 295 | logForDebugging('[RemoteSessionManager] Sending interrupt signal') |
| 296 | this.websocket?.sendControlRequest({ subtype: 'interrupt' }) |
| 297 | } |
| 298 | |
| 299 | /** |
| 300 | * Get the session ID |
no test coverage detected