Share via


SysOperationProgressEmbedded.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 to force an update; 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 setText method, the setCount method, or the 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

SysOperationProgressEmbedded Class