IXStudioAsyncResult::IsCompleted Method

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Gets a value that indicates whether the asynchronous operation completed.

Syntax

public:
bool IsCompleted()  

Return value

Type: bool 

True if the asynchronous operation completed; otherwise false.

Requirements

Header: Declared in xstudio.h.

Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).