TaskStatus Enumeration

Independentsoft MSG .NET

TaskStatus Enumeration MSG .NET Class Library
Identifies the status types of a task item.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public enum TaskStatus
public enum TaskStatus
Public Enumeration TaskStatus
Public Enumeration TaskStatus
Dim instance As TaskStatus
Dim instance As TaskStatus
public enum TaskStatus
public enum TaskStatus
public enum TaskStatus
public enum TaskStatus
Independentsoft.Msg.TaskStatus = function();
Independentsoft.Msg.TaskStatus.createEnum('Independentsoft.Msg.TaskStatus', false);
Independentsoft.Msg.TaskStatus = function();
Independentsoft.Msg.TaskStatus.createEnum('Independentsoft.Msg.TaskStatus', false);
Members

  Member nameValueDescription
NotStarted0 Specifies that the task is not started.
InProgress1 Specifies that the task is in progress.
Completed2 Specifies that the task is completed.
WaitingOnOthers3 Specifies that the task is waiting on others.
Deferred4 Specifies that the task is deferred.
None5 None.
See Also