MCPcopy 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
69bool JobQueue::IsQueueRunning()
70{
71 return wxGetApp().IsWorkerThreadRunning();
72}

Callers

nothing calls this directly

Calls 1

IsWorkerThreadRunningMethod · 0.80

Tested by

no test coverage detected