Searched defs:isStopped (Results 1 – 4 of 4) sorted by relevance
69 'isStopped': isRollbotStopped(issue), property
79 bool isStopped() const { return m_state >= StoppedState; } in isStopped() function
1008 bool isStopped() const { return m_lifecyle.state() == DocumentLifecycle::Stopped; } in isStopped() function
48 private boolean isStopped; field in EventScanner