Interface ProcessTreeRemoting.IOSProcess

    • Method Detail

      • getPid

        int getPid()
      • kill

        void kill()
           throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • killRecursively

        void killRecursively()
                      throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • getArguments

        java.util.List<java.lang.String> getArguments()
      • getEnvironmentVariables

        EnvVars getEnvironmentVariables()