| AppAbortModalAsync Method  | 
Aborts any selection mode in an app. For more information about selection mode, see BeginSelections method.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Task AbortModalAsync(
	bool accept,
	AsyncHandle asyncHandle = null
)
Public Function AbortModalAsync ( 
	accept As Boolean,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- accept
 - Type: SystemBoolean
Set this parameter to true to accept the selections before exiting the selection mode. - asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskImplements
IAppAbortModalAsync(Boolean, AsyncHandle)
See Also