MCPcopy Create free account
hub / github.com/Icinga/icinga2 / RequestShutdown

Method RequestShutdown

lib/base/application.cpp:438–443  ·  view source on GitHub ↗

* Signals the application to shut down during the next * execution of the event loop. */

Source from the content-addressed store, hash-verified

436 * execution of the event loop.
437 */
438void Application::RequestShutdown()
439{
440 Log(LogInformation, "Application", "Received request to shut down.");
441
442 m_ShuttingDown = true;
443}
444
445/**
446 * Signals the application to restart during the next

Callers 1

CtrlHandlerMethod · 0.80

Calls 1

LogClass · 0.85

Tested by

no test coverage detected