Uiinfrastructure API Docs  
 

DiagnosticRunner.taskBegin Method 

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

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

Parameters

taskLoop
taskName
taskID

Return Value

true to continue; false to halt immediately

Implements

IStartupNotification.taskBegin

See Also

DiagnosticRunner Class | com.plumtree.uiinfrastructure.diagnostic Namespace