Share via


xRefUpdate::updateProgressBar Method [AX 2012]

Updates the cross-reference progress bar during cross-reference information generation.

Syntax

client server public static void updateProgressBar(
    xRefUpdate xrefUpdateObject, 
    int64 batchJobid, 
    int sleepTime)

Run On

Called

Parameters

  • xrefUpdateObject
    Type: xRefUpdate Class
    The reference to the xRefUpdate instance creating or updating the cross-reference information.
  • batchJobid
    Type: int64
    The ID of the batch job.
  • sleepTime
    Type: int
    Amount of time to sleep before the next progress bar update operation occurs.

See Also

Reference

xRefUpdate Class