PowerArgs.Cli.CliProgressBar.Wipe C# (CSharp) Method

Wipe() public method

Clears the progress bar from the console and restores the console to the position it was in before drawing the progress bar
public Wipe ( ) : void
return void
        public void Wipe()
        {
            wiper.Wipe();
            topLeft.Restore();
        }