def ProgressUpdate.done(count: int) -> NoneMark work as completed on a progress indicator.
Call done as the task finishes units of work added with ProgressUpdate.add.
Parameters
Section titled “Parameters”count int required Amount of work to mark as completed.
Returns
Section titled “Returns”None