Feedback

  • Contents
 

II3ID2::IsRunning Property

get_IsRunning

This property returns whether or not Designer is past the initialization that occurs at startup.

IDL Function Prototype

HRESULT IsRunning(

   [out, retval] VARIANT_BOOL * Running

);

C/C++ Syntax

HRESULT get_IsRunning(VARIANT_BOOL * Running);

Parameters

Running

The return value is a Boolean that indicates whether Interaction Designer is ready to interact with your application.