IHub GetProgress Method Qlik Sense .NET SDK - API Reference

Gives information about the progress of the DoReload and DoSave calls.

For more information on DoReload and DoSave, see the DoReload method and DoSave method.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

ProgressData GetProgress(
	int requestId
)

Parameters

requestId
Type: OnlineSystem Int32
Identifier of the request. Corresponds to the identifier of the DoReload request.

Return Value

Type: ProgressData
See Also