public boolean paused() {
   if (m_statusPoller != null) return m_statusPoller.paused();
   return false;
 }