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 types of jobs that can run in the cluster.
<xs:simpleType name="JobType">
<xs:restriction
base="string"
>
<xs:enumeration
value="Batch"
/>
<xs:enumeration
value="Admin"
/>
<xs:enumeration
value="Service"
/>
<xs:enumeration
value="Broker"
/>
</xs:restriction>
</xs:simpleType>
Enumeration values
The JobType simple type defines the following values.
| Value | Description |
|---|---|
| Batch | A normally scheduled job. |
| Admin | Commands which run immediately. |
| Service | A SOA-based service job. |
| Broker | A broker job which routes requests from a SOA-based client to an instance of a service job. |
Requirements
Product |
HPC Pack 2008 Client Utilities |