Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_job
Function · 0.80
check_lost_jobs
Function · 0.80
map_job_constraints
Function · 0.80
update_jobs_by_constraints
Function · 0.80
push_constraint
Function · 0.80
print_job
Function · 0.80
workflow_cmd
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected