Share via


SysOperationProgressBase.update Method [AX 2012]

Updates the operation progress bar.

Syntax

public void update([boolean force])

Run On

Called

Parameters

  • force
    Type: boolean
    Specifies if an update should be forced; optional. If it is not forced, it will only be updated when an update is due.

Remarks

You don't have to call this method yourself, the framework will do it every time that the SysOperationProgressBase.setText Method, the SysOperationProgressBase.setCount Method, or the SysOperationProgressBase.incCount Method is called.

This method is useful when you want the progress window to be shown right away, instead of waiting for three seconds.

See Also

Reference

SysOperationProgressBase Class