asyncStatus 列舉 (asyncinfo.h)
表示異步操作的狀態。
Syntax
typedef enum AsyncStatus {
Started,
Completed,
Canceled,
Error
} ;
常數
Started 作業正在進行中。 |
Completed 作業已完成且沒有錯誤。 |
Canceled 用戶端已起始取消作業。 |
Error 作業已完成,並出現錯誤。 沒有可用的結果。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 |
最低支援的伺服器 | Windows Server 2012 |
標頭 | asyncinfo.h |