OlTaskStatus Enum

Definition

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.

Applies to