Uiinfrastructure API Docs  
 

IStartupNotification.taskStepEnd Method 

Called at the end of an individual tasks' step. Always called, with a finally. Exceptions and error return values in the ReturnValue object.

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

Parameters

taskLoop
taskName
taskID
stepLoop
initRet
msgs

Return Value

true to continue; false to halt immediately

See Also

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