[#CCheckQueue-HasThreads] = xref:CCheckQueue.adoc[CCheckQueue]::HasThreads :relfileprefix: ../ :mrdocs: Returns true if the queue has any worker threads. == Synopsis Declared in `<checkqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool HasThreads() const; ---- == Return Value true when at least one worker thread was spawned. [.small]#Created with https://www.mrdocs.com[MrDocs]#