Stop stops all work and cleans up all component state for a config. Safe to call for non-running configs (all ops are no-ops).
(cfg C)
| 39 | // Stop stops all work and cleans up all component state for a config. |
| 40 | // Safe to call for non-running configs (all ops are no-ops). |
| 41 | Stop(cfg C) |
| 42 | |
| 43 | // OnStatusChange is called after status transitions in enable/disable/update. |
| 44 | // Not called in CmdAdd or CmdRemove. |
no outgoing calls