Uiinfrastructure API Docs  
 

IStartupTask.getTaskID Method 

Unique identifier for task. Normally this is simply an ordinal value of the sequential task used in startup. See the class PTStartupTasks in application.startup to better understand.

int getTaskID();

Return Value

int task ID

See Also

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