Share via


SysOperationProgress.update Method [AX 2012]

Updates the operation progress bar.

Syntax

public void update([boolean force])

Run On

Called

Parameters

  • force
    Type: boolean
    A Boolean value that specifies whether an update should be forced; optional.

Remarks

If an update is not forced it will only be updated when an update is due.

You do not have to call this method yourself. The framework will do it every time that the setText , the setCount , or the incCount is called. This method is useful when you want the progress window to be shown immediately, instead of waiting for three seconds.

See Also

Reference

SysOperationProgress Class