Whichis the correct way to terminate the Itialisation of an application? When a 
fatal error occurs in my Application's init() method the initialisation oft he 
Application should be stopped. Currently I call 

                unset();
                internalDestroy();

But internalDestroy() should not be called from a user method.

Stefan

Reply via email to