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

Method isResumed

plugins/workflow.cpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 return actual_job && !actual_job->flags.bits.suspend;
155 }
156 bool isResumed() {
157 return want_resumed || isActuallyResumed();
158 }
159 bool isLive() { return actual_job != NULL; }
160
161 void update(df::job *job)

Callers 4

link_job_constraintFunction · 0.80
map_job_constraintsFunction · 0.80
setJobResumedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected