Return true if a publication thread is currently running.
Declared in <ball_asyncfileobserver.h>
bool
isPublicationThreadRunning() const;
Return true if a publication thread is running, and false otherwise. Note that records received by the publish method will still be added to the record queue even if there is no publication thread running.
true if a publication thread is running, and false otherwise