Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the status for an asynchronous operation.
Syntax
typedef enum AsyncStatus {
Started,
Completed,
Canceled,
Error
} ;
Constants
StartedThe operation is in progress. |
CompletedThe operation has completed without error. |
CanceledThe client has initiated a cancellation of the operation. |
ErrorThe operation has completed with an error. No results are available. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | asyncinfo.h |