Get queue status
| 301 | |
| 302 | //! Get queue status |
| 303 | bool GetQueueStatus() { return isActive_; } |
| 304 | |
| 305 | //! Set the force destory to terminate queue without checking last command |
| 306 | void SetForceDestroy(bool forceDestroy) { forceDestroy_ = forceDestroy; } |
no outgoing calls
no test coverage detected