AsyncBase::ContinueAsyncOperation Method
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at AsyncBase::ContinueAsyncOperation Method.
Determines whether the asynchronous operation should continue processing or should halt.
inline bool ContinueAsyncOperation();
true if the current state of the asynchronous operation is started, which means the operation should continue. Otherwise, false, which means the operation should halt.
Header: async.h
Namespace: Microsoft::WRL
Show: