Uiinfrastructure API Docs  
 

DiagnosticRunner.runStart Method (Int32)

Called at the beginning of the startup process. Here we instantiate reporting classes and all other objects used to track startup.

public virtual bool runStart(
   int numTasks
);

Parameters

numTasks

Return Value

true to continue; false to halt immediately

Implements

IStartupNotification.runStart

See Also

DiagnosticRunner Class | com.plumtree.uiinfrastructure.diagnostic Namespace | DiagnosticRunner.runStart Overload List