Return true if a publication thread is currently running.
Synopsis
Declared in <ball_asyncfileobserver.h>
bool
isPublicationThreadRunning() const;
Description
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.
Return Value
true if a publication thread is running, and false otherwise
Created with MrDocs