Uiinfrastructure API Docs  
 

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

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

Parameters

taskLoop
taskName
taskID
stepLoop
initRet
msgArray

Return Value

true to continue; false to halt immediately

Implements

IStartupNotification.taskStepEnd

See Also

DiagnosticRunner Class | com.plumtree.uiinfrastructure.diagnostic Namespace