Uiinfrastructure API Docs  
 

IStartupTask.init Method 

Does whatever initialization is required by this task in order to determine the number of steps in the task. If at all possible, consider other initialization as separate steps in the task, to be executed immediately after this init is called.

ReturnValue init(
   string _strApplicationName
);

Return Value

ReturnValue container class instance

See Also

IStartupTask Interface | com.plumtree.uiinfrastructure.application.notification Namespace