| 6101 | return m_runState == CompletedSuccessfully; |
| 6102 | } |
| 6103 | virtual bool isOpen() const CATCH_OVERRIDE { |
| 6104 | return m_runState != NotStarted && !isComplete(); |
| 6105 | } |
| 6106 | virtual bool hasChildren() const CATCH_OVERRIDE { |
| 6107 | return !m_children.empty(); |
| 6108 | } |