Interface RenderProcessTerminated
- All Superinterfaces:
BrowserEvent,Event
An event indicating that the render process of the browser has been terminated.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Browserbrowser()Returns theBrowserinstance initiated this event.default intexitCode()Returns the exit code of the terminated render process.default TerminationStatusstatus()Returns the termination status of the terminated render process.
-
Method Details
-
browser
Description copied from interface:BrowserEventReturns theBrowserinstance initiated this event.- Specified by:
browserin interfaceBrowserEvent
-
exitCode
default int exitCode()Returns the exit code of the terminated render process. -
status
Returns the termination status of the terminated render process.
-