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

Method setStartedAt

src/utilities/filetypes/WorkflowStepResult.cpp:435–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433 }
434
435 void WorkflowStepResult_Impl::setStartedAt(const DateTime& dateTime) {
436 m_startedAt = dateTime;
437 }
438
439 void WorkflowStepResult_Impl::resetStartedAt() {
440 m_startedAt.reset();

Callers 3

prepareForMeasureRunMethod · 0.80
fromStringMethod · 0.80
getWorkflowStepResultFunction · 0.80

Calls

no outgoing calls

Tested by 1

getWorkflowStepResultFunction · 0.64