stop function

Syntax
qa_bool QAManagerBase::stop()
Remarks

Stops the QAManagerBase's reception of incoming messages.

The messages are not lost. They are not received until the manager is started again. Any calls to stop beyond the first without an intervening QAManagerBasestart() are ignored.

See Also

start function

Returns

True if and only if the operation succeeded.