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.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax ProgressData GetProgress(
int requestId
)
Function GetProgress (
requestId As Integer
) As ProgressData
Parameters
- requestId
- Type: SystemInt32
Identifier of the DoReload or DoSave request or 0.
Complete information is returned if the identifier of the request is given.
If the identifier is 0, less information is given. Progress messages and error messages are returned but information like when the request started and finished is not returned.
Return Value
Type:
ProgressDataSee Also