Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the job priority constants.
Syntax
typedef enum {
JobPriority_Lowest = 0,
JobPriority_BelowNormal = 1,
JobPriority_Normal = 2,
JobPriority_AboveNormal = 3,
JobPriority_Highest = 4
} JobPriority;
Constants
JobPriority_Lowest
The job has the lowest priority.JobPriority_BelowNormal
The job has below-normal priority.JobPriority_Normal
The job has normal priority.JobPriority_AboveNormal
The job has above-normal priority.JobPriority_Highest
The job has the highest priority.
Requirements
Product |
Compute Cluster Pack Client Utilities |
Type library |
Ccpapi.tlb |