Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.