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