public int Command ServerSessionPid {get}

You can get the process ID of the server process using this command.

Example:
UniCommand runCmd = uSession.command();

System.out.println(runCmd.getServerSessionPid());