Share via


SysOperationProgress.hide Method [AX 2012]

Use this method to temporarily hide the progress bar.

Syntax

public void hide()

Run On

Called

Remarks

The progress indicator will reappear, when the SysOperationProgressBase.setCount Method, the SysOperationProgressBase.incCount Method or the SysOperationProgressBase.setText Method is called subsequently.

This can be useful if user interaction is required during the operation.

The time remaining calculation is paused when the progress bar is hidden.

See Also

SysOperationProgress Class

SysOperationProgress.reset Method