| IHubInteractDone Method (AsyncHandle, InteractDef) | 
            Informs the engine that a user interaction (which was earlier requested by the engine) was performed and indicates the engine what to do next.
            
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxvoid InteractDone(
	AsyncHandle asyncHandle,
	InteractDef def
)
Sub InteractDone ( 
	asyncHandle As AsyncHandle,
	def As InteractDef
)
Parameters
- asyncHandle
 - Type: Qlik.EngineAsyncHandle
Corresponds to the identifier for the call. - def
 - Type: Qlik.EngineInteractDef
 
See Also