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