def ProgressUpdate.add(count: int) -> NoneAdd work to the total amount tracked by a progress indicator.
Call add before or during a task when the task discovers more work to complete.
Parameters
Section titled “Parameters”count int required Amount of work to add to the progress indicator total.
Returns
Section titled “Returns”None