complete method

void complete()

Completes the progress bar

Implementation

void complete() {
  update(total);
}