Hello

 

In VAST there is a class-side method #exiting which can be implemented in an application and is called just before the image is shut down. I use it to typically implement clean-up code.

 

Is there something similar in Pharo?

 

If I use aBlock ensure: cleanUpBlock, is the cleanUpBlock guaranteed to run in what circumstances?

 

Vince