Look at class refs to SessionManager. I was going to refer you to its class comment but its incomplete. Could someone knowledgeable update the class comment to define what support methods are required and the preferred way to register. I'm a bit confused. I'm familiar with #startUp/#shutDown from Delay, but its not obvious from the list of senders which invokes these.
I do see TestSessionHandler defines #startup: and the only sender is #runStartup: But I see it also defines #startupHandler: whose only senders (one step removed) are tests, so how does this method fit into the architecture? cheers -ben On Tue, Dec 13, 2016 at 5:25 PM, Michel Onoff <[email protected]> wrote: > Hi, > > is there a way to register arbitrary code to be run at image start-up and > shutdown? > > Thanks > Michel > >
