Package org.ros.internal.system
Class Process
java.lang.Object
org.ros.internal.system.Process
Process-related utility methods.
- Author:
- khughes@google.com (Keith M. Hughes)
-
Method Summary
-
Method Details
-
getPid
public static int getPid()- Returns:
- PID of node process if available, throws
UnsupportedOperationExceptionotherwise.
-