Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
prepareForMeasureRun
Method · 0.80
fromString
Method · 0.80
getWorkflowStepResult
Function · 0.80
Calls
no outgoing calls
Tested by
1
getWorkflowStepResult
Function · 0.64