AsyncStatus Enumeration

Specifies the status of an asynchronous operation.

Syntax

public enum class AsyncStatus  

Members

Member Value Description
Canceled The operation was canceled.
Completed The operation has completed.
Error The operation has encountered an error.
Started The operation has started.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Windows.Foundation Namespace