Uiinfrastructure API Docs  
 

DiagnosticRunner.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.

public virtual bool taskEnd(
   int taskLoop,
   string taskName,
   int taskID,
   ReturnValue initRet,
   IMessage msgArray
);

Parameters

taskLoop
taskName
taskID
initRet
msgArray

Return Value

true to continue; false to halt immediately

Implements

IStartupNotification.taskEnd

See Also

DiagnosticRunner Class | com.plumtree.uiinfrastructure.diagnostic Namespace