| IAppDoReloadExAsync Method (DoReloadExParams) | 
Reloads the script that is set in an app and returns the path to the script log file.
A log file is created per reload.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxTask<DoReloadExResult> DoReloadExAsync(
	DoReloadExParams params = null
)
Function DoReloadExAsync ( 
	Optional params As DoReloadExParams = Nothing
) As Task(Of DoReloadExResult)
Parameters
- params (Optional)
 - Type: Qlik.EngineDoReloadExParams
This parameter is optional. 
Return Value
Type: 
TaskDoReloadExResult
See Also