TaskStatusType Enum

Definition

The TaskStatusType enumeration identifies the status types of a task item.

public enum class TaskStatusType
public enum TaskStatusType
Public Enum TaskStatusType
Inheritance
TaskStatusType

Fields

Completed 2

Specifies that the task is completed.

Deferred 4

Specifies that the task is deferred.

InProgress 1

Specifies that the task is in progress.

NotStarted 0

Specifies that the task is not started.

WaitingOnOthers 3

Specifies that the task is waiting on others.

Remarks

This enumeration is used by the Status property of the TaskType object.

Applies to