Click or drag to resize
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.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<DoReloadExResult> DoReloadExAsync(
	DoReloadExParams params = null
)

Parameters

params (Optional)
Type: Qlik.EngineDoReloadExParams
This parameter is optional.

Return Value

Type: TaskDoReloadExResult
See Also