TaskStatus Simple Type
Defines the task status values.
<xs:simpleType name="TaskStatus">
<xs:restriction
base="string"
>
<xs:enumeration
value="NotSubmitted"
/>
<xs:enumeration
value="Queued"
/>
<xs:enumeration
value="Running"
/>
<xs:enumeration
value="Finished"
/>
<xs:enumeration
value="Failed"
/>
<xs:enumeration
value="Cancelled"
/>
</xs:restriction>
</xs:simpleType>
Enumeration values
The TaskStatus simple type defines the following values.
Value | Description |
---|---|
NotSubmitted | The parent job has not been submitted. |
Queued | The parent job has been successfully submitted. |
Running | The task is running. |
Finished | The task has finished. |
Failed | The task has failed due to an application error or a node error. |
Cancelled | The task was canceled. |
Requirements
Product |
Compute Cluster Pack Client Utilities |