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