| Allegro CL version 6.1 Unrevised | |||||||||
Arguments: system
Returns the value of the exit-tests property of
system. The current system is the value of
*system*.
The value of the exit-tests property is a list of functions all of which must return true in order for Allegro to exit. An application may want to push a function onto this list to ensure that it is OK to exit the application (but be sure never to remove anything from the list).
exit-tests is a property of the system class.
Copyright (c) 1998-2001, Franz Inc. Berkeley, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.1 update # 1. This page was not revised.
Created 2001.12.15.
| Allegro CL version 6.1 Unrevised | |||||||||