MCPcopy Create free account
hub / github.com/apache/qpid-proton / isSuccessfullyCompleted

Method isSuccessfullyCompleted

tests/include/catch.hpp:14413–14415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14411 return m_runState == CompletedSuccessfully || m_runState == Failed;
14412 }
14413 bool TrackerBase::isSuccessfullyCompleted() const {
14414 return m_runState == CompletedSuccessfully;
14415 }
14416 bool TrackerBase::isOpen() const {
14417 return m_runState != NotStarted && !isComplete();
14418 }

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected