| Package | Description |
|---|---|
| org.jutils.jprocesses | |
| org.jutils.jprocesses.info |
| Modifier and Type | Method and Description |
|---|---|
static JProcessesResponse |
JProcesses.changePriority(int pid,
int newPriority)
Static method that changes the priority of a process
If the process does not finish with this method, try with the stronger killProcess() For further details see ProcessInfo |
static JProcessesResponse |
JProcesses.killProcess(int pid)
Static method that kills a process abruptly (forced mode)
For further details see ProcessInfo |
static JProcessesResponse |
JProcesses.killProcessGracefully(int pid)
Static method that kills a process, letting it the necessary time to finish
If the process does not finish with this method, try with the stronger killProcess() For further details see ProcessInfo |
| Modifier and Type | Method and Description |
|---|---|
JProcessesResponse |
ProcessesService.changePriority(int pid,
int priority) |
JProcessesResponse |
ProcessesService.killProcess(int pid) |
JProcessesResponse |
ProcessesService.killProcessGracefully(int pid) |
Copyright © 2017. All rights reserved.