public final class AsyncCommandResults
extends com.aspose.ms.System.Enum
The result of asynchronous command.
Modifier and Type | Field and Description |
---|---|
static int |
Cancelled
The command is Cancelled.
|
static int |
Failed
Failed result.
|
static int |
Successfully
Successfully result.
|
static int |
Undefined
Undefined result.
|
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 Undefined
Undefined result.
public static final int Successfully
Successfully result.
public static final int Failed
Failed result.
public static final int Cancelled
The command is Cancelled.