PriorityEnum (COM-based API)
PriorityEnum enumeration constants are used to set priorities of the jobs.
enum PriorityEnum {
    P_Low = 0,
    P_BelowNormal = 1,
    P_Normal = 2,
    P_AboveNormal = 3,
    P_High = 4
};
Elements
| Name | Description | 
| P_Low | Low job priority. | 
| P_BelowNormal | Below normal job priority. | 
| P_Normal | Normal job priority. | 
| P_AboveNormal | Above normal job priority. | 
| P_High | High job priority. | 
See also
26.03.2024 13:49:49