public final class MapiTaskStatus
extends com.aspose.ms.System.Enum
Represents the statuses of the user's progress on the task.
Modifier and Type | Field and Description |
---|---|
static int |
Complete
The user's work on this Task object is complete.
|
static int |
Deferred
The user has deferred work on the Task object.
|
static int |
InProgress
The user's work on this Task object is in progress.
|
static int |
NotStarted
The user has not started work on the Task object.
|
static int |
Waiting
The user is waiting on somebody else.
|
Constructor and Description |
---|
MapiTaskStatus()
Constructor for MapiTaskStatus.
|
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
The user has not started work on the Task object.
public static final int InProgress
The user's work on this Task object is in progress.
public static final int Complete
The user's work on this Task object is complete.
public static final int Waiting
The user is waiting on somebody else.
public static final int Deferred
The user has deferred work on the Task object.