Specifies the status of an asynchronous operation.
public enum class AsyncStatus
| Member | Value | Description |
|---|---|---|
| Canceled | 2 | The operation was canceled. |
| Completed | 1 | The operation has completed. |
| Error | 3 | The operation has encountered an error. |
| Started | 0 | The operation has started. |
Namespace: Windows.Foundation
Metadata: windows.winmd