@bogdan said in Compiled App Exit Function:
For anyone who is looking for a solution in the future here it is :
If you only need to call the "CloseApplication()" function, then you can do it easier:
HTML Code
when editing any function, sometimes we want to test by not activating certain actions/functions .. but not deleting them .. because if we delete these actions/functions, we have to put them back again after testing.
can we put them on 'de-activate' mode? .. just like when you test a batch file, you can de-activate a command line by making it into a 'comment' instead