Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ IsQueueRunning
Method
IsQueueRunning
src/gui/jobqueue.cc:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
bool JobQueue::IsQueueRunning()
70
{
71
return wxGetApp().IsWorkerThreadRunning();
72
}
Callers
nothing calls this directly
Calls
1
IsWorkerThreadRunning
Method · 0.80
Tested by
no test coverage detected