# File lib/rhc/vendor/zliby.rb, line 121
  def finished?
    if @finished.nil? then
      false
    else
      @finished
    end
  end