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.
Adds additional steps to the current progress operation.
Syntax
public void addSteps(int _additionalSteps)
Run On
Called
Parameters
- _additionalSteps
Type: int
Additional steps to add
Remarks
This method does not move the progress indicator backward, but slows down any additional movement of the indicator accordingly.
Use this method if you discover more steps are required to perform your operation than what you originally had estimated when you started.