AsyncStatus

September 2, 2020 ยท View on GitHub

-description

Specifies the status of an asynchronous operation.

-enum-fields

-field Canceled:2

The operation was canceled.

-field Completed:1

The operation has completed.

-field Error:3

The operation has encountered an error.

-field Started:0

The operation has started.

-remarks

This enumeration is used as a value for IAsyncInfo.Status (the basic status reporting mechanism for asynchronous operations) and also by specific operation implementations (for example GetSmsDeviceOperation.Status).

-examples

-see-also

IAsyncInfo.Status, Asynchronous programming