i.e.
You can not put a condition "At the application closed ..."
Because if the application is closed then no action is possible.
You have to put your backup actions on the conditions that close your application.
Example:
If bouton_quitter is pressed then:
- save
- close app
:) C3 read the actions in the order so you just have to do the backup action before closing the application, that's all :) I hope you helped;)