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

Method runCleanup

src/workflow/RunCleanup.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace openstudio {
11
12void OSWorkflow::runCleanup() {
13 state = State::Cleanup;
14
15 LOG(Info, "Beginning cleanup of the run directory");
16 openstudio::workflow::util::cleanup(workflowJSON.absoluteRunDir());
17 LOG(Info, "Finished cleanup of the run directory");
18}
19
20} // namespace openstudio

Callers

nothing calls this directly

Calls 2

cleanupFunction · 0.85
absoluteRunDirMethod · 0.80

Tested by

no test coverage detected