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

Method Pause

lib/icinga/downtime.cpp:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void Downtime::Pause()
172{
173 if (m_CleanupTimer) {
174 m_CleanupTimer->Stop();
175 }
176
177 ObjectImpl<Downtime>::Pause();
178}
179
180void Downtime::Resume()
181{

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected