Edit

Share via


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

Name Value Description
NotStarted 0

Specifies that the task is not started.

InProgress 1

Specifies that the task is in progress.

Completed 2

Specifies that the task is completed.

WaitingOnOthers 3

Specifies that the task is waiting on others.

Deferred 4

Specifies that the task is deferred.

Remarks

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

Applies to