Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
void Downtime::Pause()
172
{
173
if (m_CleanupTimer) {
174
m_CleanupTimer->Stop();
175
}
176
177
ObjectImpl<Downtime>::Pause();
178
}
179
180
void Downtime::Resume()
181
{
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.45
Tested by
no test coverage detected