* @brief OnDisable lifecycle callback * * Called when task is disabled. Used for testing * lifecycle callback behavior. */
| 294 | * lifecycle callback behavior. |
| 295 | */ |
| 296 | void test_onDisable() { |
| 297 | onDisable_called = true; |
| 298 | test_output.push_back("onDisable_called"); |
| 299 | } |
| 300 | |
| 301 | /** |
| 302 | * @brief Repeating callback for iteration testing |
nothing calls this directly
no outgoing calls
no test coverage detected