| | Plumtree UI Infrastructure API | |
| DiagnosticRunner.taskStepBegin Method |
Called before a specific task step begins. Simply a notifier.
public virtual bool taskStepBegin(
int taskLoop,
string taskName,
int taskID,
int stepLoop
);
Parameters
-
taskLoop
-
-
taskName
-
-
taskID
-
-
stepLoop
-
Return Value
true to continue; false to halt immediately
Implements
IStartupNotification.taskStepBegin
See Also
DiagnosticRunner Class | com.plumtree.uiinfrastructure.diagnostic Namespace