public final class ExchangeTaskStatus
extends com.aspose.ms.System.Enum
Enumerates the task statuses.
Modifier and Type | Field and Description |
---|---|
static int |
Completed
Specifies that the task is completed.
|
static int |
Deferred
Specifies that the task is deferred.
|
static int |
InProgress
Specifies that the task is in progress.
|
static int |
NotStarted
Specifies that the task is not started.
|
static int |
WaitingOnOthers
Specifies that the task is waiting on others.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NotStarted
Specifies that the task is not started.
public static final int Completed
Specifies that the task is completed.
public static final int Deferred
Specifies that the task is deferred.
public static final int InProgress
Specifies that the task is in progress.
public static final int WaitingOnOthers
Specifies that the task is waiting on others.