public class ProcessUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessUtils.ProcessStillAliveException |
| Constructor and Description |
|---|
ProcessUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
killProcess(Process process)
Forcibly kills a process, using OS tools like "kill" as a last resort
|
public static int killProcess(Process process)
process - The process to kill.Copyright © 2015. All rights reserved.