# File lib/travis/client/states.rb, line 27
      def queued?
        check_state
        state != 'created'
      end