Uiinfrastructure API Docs  
 

IStartupNotification.taskEnd Method 

Called at the end of a specific task. Always called, with a finally. The ReturnValue here contains the final result of that task: the integer result code holds what the systemn feels the final result is. Notice that an individual step could fail with error, but the overall task simply show a warning.

bool taskEnd(
   int taskLoop,
   string taskName,
   int taskID,
   ReturnValue initRet,
   IMessage msgs
);

Parameters

taskLoop
taskName
taskID
initRet
msgs

Return Value

true to continue; false to halt immediately

See Also

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