Hi George,
> On 26 May 2017, at 10:44, Georges Kerssies <
[hidden email]> wrote:
>
> Hello,
>
> Does anybody know how to execute code at startup of the image?
> Something like returnFromSnapshot in vw
>
> Thanks in advance,
>
> Georges
Check out the class SessionManager and its references/usages.
SessionManager default addDeferredStartupAction: [ ... ]
Sven