Arbortext IsoDraw > Macro Language Reference > Menu Commands > File Menu > Quit
  
Quit
The QUIT command quits the application.
QUITCONFIRM_YESCONFIRM_NOASK_CONFIRM
CONFIRM_YES
All unsaved documents will be saved before closing. If a document was not saved before, a file-save dialog will appear asking the user for a name and path. If the user cancels this dialog the macro itself will terminate.
CONFIRM_NO
All documents will be closed whether they were saved before or not.
ASK_CONFIRM
Default if no parameter specified.
Before closing any unsaved document the user will be asked if he would like to have that document saved. If the user cancels this dialog the macro itself will be terminated.
#quit
QUIT CONFIRM_YES