[]
Specifies the status of an asynchronous operation.
public enum AsyncStatus
| Name | Description |
|---|---|
| Canceled | The operation was canceled. |
| Completed | The operation has completed. |
| Error | The operation has encountered an error. |
| Started | The operation has started. |