The Close down function is automatically run when Charta is closed.
When Charta is closed it searches for a function with a specific name and interface. If an exact match is found, the function is run before the application is actually shut down. The function interface must be:
- Name: "Close down"
- Parameters: none
- Result: Unknown