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

Method SetTimeout

lib/base/process.cpp:590–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590void Process::SetTimeout(double timeout)
591{
592 m_Timeout = timeout;
593}
594
595double Process::GetTimeout() const
596{

Callers 4

TryActivateZonesStageMethod · 0.80
AsyncTryActivateStageMethod · 0.80
StartReloadProcessMethod · 0.80
ExecuteCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected