public interface ProcessManager
Modifier and Type | Method and Description |
---|---|
boolean |
isProcessRunning(String processName)
Returns true if the named process is running, false otherwise.
|
void |
killProcess(String processName)
Kills the process if it's running.
|
boolean isProcessRunning(String processName) throws InterruptedException, IOException
InterruptedException
IOException
void killProcess(String processName) throws InterruptedException, IOException
InterruptedException
IOException