# File lib/ansi/progressbar.rb, line 103
    def halt
      @is_finished = true
      show_progress
    end