Skip to main content Skip to complementary content

GetProgress Method

Overloads

GetProgress(AsyncHandle)

Gives information about the progress of the DoReload and DoSave calls. asyncHandle corresponds to the identifier for the call.

GetProgress(Int32)

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

GetProgress(AsyncHandle)

Gives information about the progress of the DoReload and DoSave calls. asyncHandle corresponds to the identifier for the call.

Declaration

      ProgressData GetProgress(AsyncHandle asyncHandle)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Corresponds to the identifier for the call.

Returns

Type Description
ProgressData

GetProgress(Int32)

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

Declaration

      ProgressData GetProgress([QixName("qRequestId")] int requestId)
    

Parameters

Type Name Description
System.Int32 requestId

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.

Returns

Type Description
ProgressData

Remarks

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

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!