Interface RenderProcessTerminated
- All Superinterfaces:
BrowserEvent
,Event
An event indicating that the render process of the browser has been terminated.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Browser
browser()
Returns theBrowser
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.
-
Method Details
-
browser
Description copied from interface:BrowserEvent
Returns theBrowser
instance initiated this event.- Specified by:
browser
in interfaceBrowserEvent
-
exitCode
default int exitCode()Returns the exit code of the terminated render process. -
status
Returns the termination status of the terminated render process.
-