@PRIORITY[pid] : Returns the priority class for the specified process ID. The return values are (in hex):

 

8000Above normal
4000Below normal
100Realtime
80High
40Idle
20Normal

 

Example:

 

echo %@priority[33900]

20