playQueue #
Play the requests queued during offline
state.
Works only if the SDK is not in a offline
state, and if the autoReplay
option is set to false
.
Signature #
kuzzleio::Kuzzle* playQueue() noexcept;
Return #
The Kuzzle
instance.
Usage #
kuzzle->playQueue();
std::cout << "Offline queue successfully played" << std::endl;
Edit this page on Github(opens new window)