Class ProcTools


  • public final class ProcTools
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isRunning​(java.lang.Process process)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isRunning

        public static boolean isRunning​(java.lang.Process process)
        Parameters:
        process - the process to test.
        Returns:
        true, if the thread was started before, false otherwise