start function

Syntax
qa_bool QAManagerBase::start()
Remarks

Starts the QAManagerBase for receiving incoming messages in message listeners.

The QAManagerBase does not need to be started if there are no message listeners set, that is, if messages are received with the getMessage methods. The use of the getMessage methods and message listeners for receiving messages is not recommended. You should use one or the other of the asynchronous (message listener) or synchronous (getMessage) models.

Any calls to start beyond the first without an intervening stop call are ignored.

See Also

stop function

Returns

True if and only if the operation succeeded.