I'm part-way through playing with a new plugin
in the best developer tradition, I started by "borrowing" an already working plugin that was sorta close to what i had in mind, but need more
(credits to @gmccauley thank you sir for showing me the light!)
all good so far
but (there's always a but) . . .
the plugin seems to call
self._plugin_manager.send_plugin_message(self._identifier, dict(action="startTimer"))
and
self._plugin_manager.send_plugin_message(self._identifier, dict(action="doneExecute"))
why would it do that?
why do other plugins care what I'm doing?
TIA