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