Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 799 Bytes

iasyncinfo_status.md

File metadata and controls

23 lines (16 loc) · 799 Bytes
-api-id -api-type
P:Windows.Foundation.IAsyncInfo.Status
winrt property

Windows.Foundation.IAsyncInfo.Status

-description

Gets a value that indicates the status of the asynchronous operation.

-property-value

The status of the operation, as a value of the enumeration. A value of Completed indicates that the method has returned. The Started value represents a transition state before any of the other 3 final results (Completed, Error, Canceled) can be determined by the method's invocation.

-remarks

-examples

-see-also

AsyncStatus, Asynchronous programming