Enum AsyncCommandResults

AsyncCommandResults enumeration

The result of asynchronous command.

public enum AsyncCommandResults

Values

NameValueDescription
Undefined0Undefined result.
Successfully1Successfully result.
Failed2Failed result.
Cancelled3The command is Cancelled.

See Also