module Travis::Client::States

def started?

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