MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / stop

Method stop

lib/TopicHandlerService/src/TopicHandlerService.cpp:82–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void TopicHandlerService::stop()
83{
84 m_isStarted = false;
85 m_onChangeTimer.stop();
86
87 stopAllHandlers();
88
89 LOG_INFO("Topic handler service stopped.");
90}
91
92void TopicHandlerService::process()
93{

Callers 1

stopAllHandlersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected