 |
ST_progressIncrement |
Function (ROM Call 0x4DA) |
Increments the value of a progress bar.
ST_progressIncrement increments the progress bar pointed to by pb, by the quantity given in amount.
It also displays the busy indicator in the status line.
If the resulting progress value is greater than the field logwidth of *pb, the bar will be filled completely.
If amount is zero, the progress bar will simply be redrawn.
This function is not equivalent to ST_progressUpdate.
Uses: ST_progressUpdate
See also: ST_progressBar, ST_progressDismiss, ST_progressUpdate, ST_PROGRESS_BAR