|
Quark
0.1
|
A collection of process-related utility functions. More...
#include <ProcessUtils.h++>
Public Types | |
| enum | Priority { PrioLowest = 0, PrioLow, PrioNormal, PrioHigh, PrioHighest } |
| Process priority levels. More... | |
Static Public Member Functions | |
| static void | setProcessPriority (Priority priority, QProcess *process=NULL) |
| Sets the priority of a process. More... | |
| static uint | getProcessID (QProcess *process) |
| Returns the process ID of the given process. More... | |
A collection of process-related utility functions.
| enum Priority |
|
static |
Returns the process ID of the given process.
|
static |
Sets the priority of a process.
| priority | The new priority. |
| process | The process to change the priority of. If NULL, changes the priority of the calling process. |