| 14404 | {} |
| 14405 | |
| 14406 | bool TrackerBase::isComplete() const { |
| 14407 | return m_runState == CompletedSuccessfully || m_runState == Failed; |
| 14408 | } |
| 14409 | bool TrackerBase::isSuccessfullyCompleted() const { |
| 14410 | return m_runState == CompletedSuccessfully; |
| 14411 | } |
no test coverage detected