Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ completed
Method
completed
src/energyplus/ErrorFile.cpp:37–39 ·
view source on GitHub ↗
did EnergyPlus complete or crash
Source
from the content-addressed store, hash-verified
35
36
/// did EnergyPlus complete or crash
37
bool ErrorFile::completed() const {
38
return m_completed;
39
}
40
41
/// completed successfully
42
bool ErrorFile::completedSuccessfully() const {
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64