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 values.
<xs:simpleType name="JobPriority">
<xs:restriction
base="string"
>
<xs:enumeration
value="Lowest"
/>
<xs:enumeration
value="BelowNormal"
/>
<xs:enumeration
value="Normal"
/>
<xs:enumeration
value="AboveNormal"
/>
<xs:enumeration
value="Highest"
/>
</xs:restriction>
</xs:simpleType>
Enumeration values
The JobPriority simple type defines the following values.
| Value | Description |
|---|---|
| Lowest | The job has the lowest priority. |
| BelowNormal | The job has below-normal priority. |
| Normal | The job has normal priority. |
| AboveNormal | The job has above-normal priority. |
| Highest | The job has the highest priority. |
Requirements
Product |
HPC Pack 2008 Client Utilities |