Code: Select all
RunProgramm(...)
.
.
KillProgramm(...)
i search a possibility to execute code in my programm which was killed by KillProgramm().
something like atexit() in C/C++ (http://www.cplusplus.com/reference/clib ... texit.html)
Code: Select all
RunProgramm(...)
.
.
KillProgramm(...)