Termination

Termination #

SIGTERM signal is sent on application termination. If an application does not exit after a certain time following the SIGTERM receipt, the SIGKILL signal is sent, and the application is forcefully closed.

If you need to release resources or something on termination, please set the SIGTERM signal handler before quitting your application.


Back to Actcast SDK Reference Manual