You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Determines whether the asynchronous operation should continue processing or should halt.
Syntax
inline bool ContinueAsyncOperation();
Return Value
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.