OOF2: The Manual

Name

OOF.File.Quit — Don't give up so easily!

Synopsis

OOF.File.Quit()

Details

  • Parent Menu: OOF.File
  • Callback: function quitCmd in module ooflib.common.IO.mainmenu
  • Options: no_log=True

Description

Quit OOF2. If any non-trivial commands have been executed since the last time the command log was saved, the program will ask for confirmation before quitting and give the user a chance to save the log file.

This command itself is never automatically included in a log file. If you want OOF2 to quit after running a script, you can put OOF.File.Quit() in the script manually, or you can run OOF2 in batch mode.