kill method

AdvancedProgressBar kill ()

Implementation

AdvancedProgressBar kill() {
  Console.write(" - ready\n");
  if(this.timer != null) this.timer.cancel();
  Console.showCursor();
  return this;
}