Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runEnergyPlus
Method · 0.80
applyMeasures
Method · 0.80
runPreProcess
Method · 0.80
runTranslator
Method · 0.80
runReportingMeasures
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected