Function RequestShutdown#
Defined in File local_shutdown_request.h
Function Documentation#
-
inline bool RequestShutdown(uint32_t uiInstanceID = 1000u)#
Send a exit loop request using a local signaling solution (used when running as essential or standalone application).
- Attention
There is no feedback that the shutdown was successful!
- Parameters:
uiInstanceID – [in] The instance to shut down.
- Returns:
Returns ‘true’ when the signal could be triggered, ‘false’ when no signal exists.