# File lib/ruby-progressbar/base.rb, line 74
  def stopped?
    timer.stopped? || finished?
  end