*INSTANCE-FINALIZERS* cl function of one argument |
The argument is a keyword representing a GWL Instance ID. This is an application-specific function (either a symbol naming a function, or a lambda expression) which will be run after an instance is cleared with the standard clear-instance function. The default is nil which indicates that no finalizer function will be run. |