SysOperationProgressBase.updateInterval Method [AX 2012]
Sets the update interval. The update interval is the number of seconds between each update of the form.
Syntax
public int updateInterval([int _updateInterval])
Run On
Called
Parameters
- _updateInterval
Type: int
Use to set the update interval; optional. The default is three seconds.
Return Value
Type: int
Returns the update interval in seconds.
Remarks
Setting the update interval to zero will make the progress bar run smoothly. This is only allowed for progress bars that running on the client.