MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / halted

Method halted

src/measure/OSRunner.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 bool OSRunner::halted() const {
68 return m_halted;
69 }
70
71 boost::optional<openstudio::model::Model> OSRunner::lastOpenStudioModel() const {
72 if (m_lastOpenStudioModel) {

Callers 5

runEnergyPlusMethod · 0.80
applyMeasuresMethod · 0.80
runPreProcessMethod · 0.80
runTranslatorMethod · 0.80
runReportingMeasuresMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected