Interface RenderProcessTerminated

All Superinterfaces:
BrowserEvent, Event

public interface RenderProcessTerminated extends BrowserEvent
An event indicating that the render process of the browser has been terminated.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Browser
    Returns the Browser instance initiated this event.
    default int
    Returns the exit code of the terminated render process.
    Returns the termination status of the terminated render process.
  • Method Details

    • browser

      default Browser browser()
      Description copied from interface: BrowserEvent
      Returns the Browser instance initiated this event.
      Specified by:
      browser in interface BrowserEvent
    • exitCode

      default int exitCode()
      Returns the exit code of the terminated render process.
    • status

      default TerminationStatus status()
      Returns the termination status of the terminated render process.