send_exit_signal
September 8th 2024
Send the signal to the core to try to shutdown
Signature
void
send_exit_signal(Application_Links* app);
Parameters
app
the standard custom layer context pointer
Details
The exit signal does not automatically close 4coder, first the exit hook is called, which can cancel the exit. If it does not cancel the exit, then 4coder closes.