[Overview][Constants][Types][Procedures and functions][Index] |
Return process priority
Source position: bunxh.inc line 105
function fpGetPriority( |
Which: cint; |
Who: cint |
):cint; |
GetPriority returns the priority with which a process is running. Which process(es) is determined by the Which and Who variables. Which can be one of the predefined Prio_Process, Prio_PGrp, Prio_User, in which case Who is the process ID, Process group ID or User ID, respectively.
For an example, see FpNice.
Error information is returned solely by the FpGetErrno function: a priority can be a positive or negative value.
|
Set process priority |
|
|
Set process priority |