Description
Type integer READONLY
nice contains the value of the submit user session's nice value, that controls the execution priority. For more information, see the nice man pages.
Example
if ( nice == 019 ) { printf("Warning: you have a very low scheduling priority"); }