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

Method reset

src/utilities/filetypes/WorkflowJSON.cpp:199–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 void WorkflowJSON_Impl::reset() {
200 m_value.removeMember("started_at");
201 m_value.removeMember("completed_at");
202 m_value.removeMember("completed_status");
203 m_value.removeMember("current_step");
204 onUpdate();
205 }
206
207 void WorkflowJSON_Impl::start() {
208 m_value["started_at"] = DateTime::nowUTC().toISO8601();

Callers 15

resetRunOptionsMethod · 0.45
parseRunOptionsMethod · 0.45
resetResultMethod · 0.45
resetNameMethod · 0.45
resetDescriptionMethod · 0.45
resetPathMethod · 0.45
clearMethod · 0.45
resetDisplayNameMethod · 0.45
resetUnitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected