| AppAbortModalAsync Method (Boolean) | 
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: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic Task AbortModalAsync(
	bool accept
)
Public Function AbortModalAsync ( 
	accept As Boolean
) As Task
Parameters
- accept
 - Type: SystemBoolean
Set this parameter to true to accept the selections before exiting the selection mode. 
Return Value
Type: 
TaskImplements
IAppAbortModalAsync(Boolean)
See Also