Uiinfrastructure API Docs  
 

IStartupNotification.taskBegin Method 

Called at the beginning of the task. Simple start notification.

bool taskBegin(
   int taskLoop,
   string taskName,
   int taskID
);

Parameters

taskLoop
taskName
taskID

Return Value

true to continue; false to halt immediately

See Also

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