OlTaskStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the task status.
public enum class OlTaskStatus
public enum OlTaskStatus
Public Enum OlTaskStatus
- Inheritance
-
OlTaskStatus
Fields
Name | Value | Description |
---|---|---|
olTaskNotStarted | 0 | The task has not yet started. |
olTaskInProgress | 1 | The task is in progress. |
olTaskComplete | 2 | The task is complete. |
olTaskWaiting | 3 | The task is waiting on someone else. |
olTaskDeferred | 4 | The task is deferred. |
Remarks
Used by the Status property.