2.2.5.2 t:TaskStatusType Simple Type
The TaskStatusType simple type specifies the status of a task item.
-
<xs:simpleType name="TaskStatusType"> <xs:restriction base="xs:string" > <xs:enumeration value="Completed" /> <xs:enumeration value="Deferred" /> <xs:enumeration value="InProgress" /> <xs:enumeration value="NotStarted" /> <xs:enumeration value="WaitingOnOthers" /> </xs:restriction> </xs:simpleType>
The following table lists the values that are defined by the TaskStatusType simple type.
Value name |
Meaning |
---|---|
Completed |
Specifies that the task is completed. |
Deferred |
Specifies that the task is deferred. |
InProgress |
Specifies that the task is in progress. |
NotStarted |
Specifies that the task is not started. |
WaitingOnOthers |
Specifies that the task is waiting on other tasks. |