class SassListen::Event::Loop

def paused?

def paused?
  wait_thread && state == :paused
end