Uiinfrastructure API Docs  
 

AppWarmUp.LoopStartupTasks Method 

Actual executor for the startup tasks; handles the concept of "preflight", which the progress indicator uses to estimate the number of tasks and task-steps to run for an accurate representation of true progress. This *is* the new application warmup. Each warmup step is managed through this looping mechanism.

public static ReturnValue LoopStartupTasks(
   string _strApplicationName,
   bool bPreflightForProgress
);

Parameters

_strApplicationName
bPreflightForProgress

See Also

AppWarmUp Class | com.plumtree.uiinfrastructure.application Namespace