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

Method IsPaused

lib/base/configobject.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool ConfigObject::IsPaused() const
38{
39 return GetPaused();
40}
41
42void ConfigObject::SetExtension(const String& key, const Value& value)
43{

Callers 8

ObjectHandlerMethod · 0.80
ScriptFuncMethod · 0.80
TimerProcMethod · 0.80
NotifyDowntimeEndMethod · 0.80
CheckResultAPIHandlerMethod · 0.80
SendNotificationsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected