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

Method keptSuspended

plugins/suspendmanager.cpp:731–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729 }
730
731 bool keptSuspended(df::job *job) {
732 Reason reason;
733 if (tryGetReason(job,reason) && !isExternalReason(reason))
734 return true;
735 else
736 return false;
737 }
738
739 std::string suspensionDescription (df::job *job) {
740 Reason reason;

Callers 1

Calls 1

isExternalReasonFunction · 0.85

Tested by

no test coverage detected