module Travis::Client::States

def received?

def received?
  check_state
  state != 'created' and state != 'queued'
end