Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 930 Bytes

asyncbase-trytransitiontocompleted-method.md

File metadata and controls

39 lines (33 loc) · 930 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
AsyncBase::TryTransitionToCompleted Method | Microsoft Docs
11/04/2016
cpp-windows
reference
async/Microsoft::WRL::AsyncBase::TryTransitionToCompleted
C++
TryTransitionToCompleted method
8d038e0a-47ec-4cfc-8aeb-6821282df67a
3
mikeblome
mblome
ghogen

AsyncBase::TryTransitionToCompleted Method

Indicates whether the current asynchronous operation has completed.

Syntax

bool TryTransitionToCompleted(  
   void  
);  

Return Value

true if the asynchronous operation has completed; otherwise, false.

Requirements

Header: async.h

Namespace: Microsoft::WRL

See Also

AsyncBase Class