| 11689 | return m_nameAndLocation; |
| 11690 | } |
| 11691 | bool TrackerBase::isComplete() const { |
| 11692 | return m_runState == CompletedSuccessfully || m_runState == Failed; |
| 11693 | } |
| 11694 | bool TrackerBase::isSuccessfullyCompleted() const { |
| 11695 | return m_runState == CompletedSuccessfully; |
| 11696 | } |
no test coverage detected