Exit Command

From OpenSeesWiki
Revision as of 22:21, 25 September 2009 by Fmk (talk | contribs)
Jump to navigation Jump to search

This command is used to exit the program in a controlled way.

exit


This command is used to terminate the application, invoking the necessary destructors on all the objects. This is needed for example to ensure files get closed and that the parallel interpreters shutdown correctly.


Code Developed by: fmk