QUIT
Any ACL tables that are open are saved and closed before quitting. If you modified the active view or a script and did not save the changes, ACL prompts you to save the changes before quitting.
You can use this command whenever you have a script that should exit ACL when it is finished.
The following example checks if the required Inventory.csv file exists, and exits ACL if it does not.
IF FILESIZE(“Inventory.csv”) = -1 QUIT