state

in lib/build.rb [58:63]


    def state
      return :success if success?
      return :failed if failed?
      :running
    end