Uiinfrastructure API Docs  
 

IStartupTask.getNumSteps Method 

Ideally, the number of steps in a startup task is a fixed static value. In some cases, however, the number of steps can only be determined at runtime. The init() function is intended to allow a task to "pre-flight" startup in order to determine the scope of its steps.

int getNumSteps();

Return Value

integer number of steps in this test

See Also

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