func (ProgressTracker) Done(ctx context.Context, n uint64) errorMark work units as completed for a progress indicator.
Parameters
Section titled “Parameters”ctx context.Context required The task execution context.
n uint64 required The number of completed work units to add.
Returns
Section titled “Returns”An error if the context is not a task execution context.