> home > Custom Layer Boundary API

send_exit_signal

January 19th 2020
Send the signal to the core to try to shutdown

Signature

C++
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.