MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / daemonTask

Method daemonTask

python/tutorial/MyGDaemon/MyMonitorDaemon.py:14–17  ·  view source on GitHub ↗
(self, _)

Source from the content-addressed store, hash-verified

12
13class MyMonitorGDaemon(GDaemon):
14 def daemonTask(self, _):
15 param: MyParam = self.getGParamWithNoEmpty('param1')
16 print("----> [MyMonitorDaemon] monitor span is [{0}] ms, count is [{1}]".format(
17 self.getInterval(), param.count))

Callers

nothing calls this directly

Calls 1

getIntervalMethod · 0.80

Tested by

no test coverage detected