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

Method isLive

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

Source from the content-addressed store, hash-verified

157 return want_resumed || isActuallyResumed();
158 }
159 bool isLive() { return actual_job != NULL; }
160
161 void update(df::job *job)
162 {

Callers 7

recover_jobFunction · 0.80
check_lost_jobsFunction · 0.80
map_job_constraintsFunction · 0.80
push_constraintFunction · 0.80
print_jobFunction · 0.80
workflow_cmdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected