OlTaskStatus Enum

Definition

Indicates the task status.

public enum class OlTaskStatus
public enum OlTaskStatus
Public Enum OlTaskStatus
Inheritance
OlTaskStatus

Fields

olTaskComplete 2

The task is complete.

olTaskDeferred 4

The task is deferred.

olTaskInProgress 1

The task is in progress.

olTaskNotStarted 0

The task has not yet started.

olTaskWaiting 3

The task is waiting on someone else.

Remarks

Used by the Status property.

Applies to