- Aug
- 2,145
- 92
Hi,
I am running;
The @PRIORITY function returns a numerical representation of the priority class for a specified process ID.
TaskList /C also returns a numerical representation of the priority class for a specified process ID.
Priority returns a text representation of the priority class for a specified process ID.
In the help for TaskList, would it be possible to include the numerical representations of the priority classes, as they are included in the help for @Priority, or at least a link to the @Priority function? That is;
After I ran TaskList /C, it took me a while to locate in the help file what each number represented.
Joe
I am running;
Code:
TCC 16.00.43 Windows Vista [Version 6.0.6002]
TCC Build 43 Windows Vista Build 6002 Service Pack 2
The @PRIORITY function returns a numerical representation of the priority class for a specified process ID.
TaskList /C also returns a numerical representation of the priority class for a specified process ID.
Priority returns a text representation of the priority class for a specified process ID.
In the help for TaskList, would it be possible to include the numerical representations of the priority classes, as they are included in the help for @Priority, or at least a link to the @Priority function? That is;
Code:
8000 - Above normal
4000 - Below normal
100 - Realtime
80 - High
40 - Idle
20 - Normal
After I ran TaskList /C, it took me a while to locate in the help file what each number represented.
Joe