Request the Feed Handler application to shutdown.
void mco_fh_app_stop(void);
void | No arguments |
This function requests the Feed Handler application to shutdown and should only be called after the module execution has been started with
mco_fh_mod_start()
and beforemco_fh_mod_stop()
is called.
void | No return value. |
{ ... mco_fh_app_stop(); ... }