# File lib/listen/adapter.rb, line 109
    def started?
      @stop.nil? ? false : !@stop
    end