The StatusType type exposes the following members.
Name | Description | |
---|---|---|
Cancelled |
Cancelled status. Valid for event, to-do and journal components. String value is "CANCELLED", integer value is 3.
| |
Completed |
Indicates to-do completed. Valid for to-do component only. String value is "COMPLETED", integer value is 5.
| |
Confirmed |
Confirmed status. Valid for event component only. String value is "CONFIRMED", integer value is 2.
| |
Draft |
Indicates journal is draft. Valid for journal component only. String value is "DRAFT", integer value is 7.
| |
Final |
Indicates journal is final. Valid for journal component only. String value is "FINAL", integer value is 8.
| |
InProcess |
Indicates to-do in process of. Valid for to-do component only. String value is "IN-PROCESS", integer value is 6.
| |
Name |
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.) | |
NeedsAction |
Indicates to-do needs action. Valid for to-do component only. String value is "NEEDS-ACTION", integer value is 4.
| |
Number |
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.) | |
Tentative |
Tentative status. Valid for event component only. String value is "TENTATIVE", integer value is 1.
|