public interface RenderProcessTerminated extends BrowserEvent
| Modifier and Type | Method and Description |
|---|---|
default Browser |
browser()
Returns the
Browser instance initiated this event. |
default int |
exitCode()
Returns the exit code of the terminated render process.
|
default TerminationStatus |
status()
Returns the termination status of the terminated render process.
|
default Browser browser()
BrowserEventBrowser instance initiated this event.browser in interface BrowserEventdefault int exitCode()
default TerminationStatus status()