public int Command ServerSessionPid {get}
You can get the process ID of the server process using this command.
UniCommand runCmd = uSession.command();
System.out.println(runCmd.getServerSessionPid());You can get the process ID of the server process using this command.
UniCommand runCmd = uSession.command();
System.out.println(runCmd.getServerSessionPid());