Interface RenderProcess


public interface RenderProcess
Contains information about current render process associated with the Frame instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    pid()
    Returns the process ID of the render process associated with the Frame instance.
  • Method Details

    • pid

      int pid()
      Returns the process ID of the render process associated with the Frame instance. Render process with this ID can be terminated any time, so it is possible that there is no render process running with this ID anymore.