MCPcopy Create free account
hub / github.com/DFHack/dfhack / isActuallyResumed

Method isActuallyResumed

plugins/workflow.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 bool isActuallyResumed() {
154 return actual_job && !actual_job->flags.bits.suspend;
155 }
156 bool isResumed() {
157 return want_resumed || isActuallyResumed();
158 }

Callers 4

setJobResumedFunction · 0.80
push_constraintFunction · 0.80
print_constraintFunction · 0.80
print_jobFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected