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()
BrowserEvent
Browser
instance initiated this event.browser
in interface BrowserEvent
default int exitCode()
default TerminationStatus status()