# File lib/listen/listener.rb, line 81
    def paused?
      !!@adapter && @adapter.paused == true
    end