Have a simple newbie question on doInitialization.
This functions returns boolean by definition.
However, what is the meaning of the return value of doInitialization function?
It just returns boolean and doesn’t seem to be used other places.
The boolean value simply means the initialization process is done successfully?
Thanks.