MCPcopy Create free account
hub / github.com/Clarionos/clarion / quit

Method quit

libraries/appbase/application.cpp:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383void application::quit() {
384 my->_is_quiting = true;
385 io_serv->stop();
386}
387
388bool application::is_quiting() const {
389 return my->_is_quiting;

Callers 1

~ntpMethod · 0.80

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected