AsyncStatusInternal 열거형
WRL 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.
구문
enum AsyncStatusInternal;
설명
비동기 작업 상태와 열거형에 대한 내부 열거형 간의 매핑을 Windows::Foundation::AsyncStatus
지정합니다.
멤버
_Created
::Windows::Foundation::AsyncStatus::Created
와 같습니다.
_Started
::Windows::Foundation::AsyncStatus::Started
와 같습니다.
_Completed
::Windows::Foundation::AsyncStatus::Completed
와 같습니다.
_Cancelled
::Windows::Foundation::AsyncStatus::Cancelled
와 같습니다.
_Error
::Windows::Foundation::AsyncStatus::Error
와 같습니다.
요구 사항
헤더: async.h
네임스페이스: Microsoft::WRL::D etails