[#CScheduler-AreThreadsServicingQueue] = xref:CScheduler.adoc[CScheduler]::AreThreadsServicingQueue :relfileprefix: ../ :mrdocs: Returns true if there are threads actively running in serviceQueue() == Synopsis Declared in `<scheduler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e20c56188)]] bool AreThreadsServicingQueue() const; ---- == Return Value true while at least one thread is servicing the queue. [.small]#Created with https://www.mrdocs.com[MrDocs]#