Procedure Nice ( N : Integer) ;
Nice adds -N to the priority of the running process. The lower the priority numerically, the less the process is favored.
Only the superuser can specify a negative N, i.e. increase the rate at which the process is run.
Errors are returned in LinuxError
GetPriority, SetPriority, Nice(2)