Click or drag to resize
PluginBaseProgressTaskStart Method
Makes the progress viewer know that a task has started. The description is displayed for the task

Namespace: SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected void ProgressTaskStart(
	string taskDescription
)

Parameters

taskDescription
Type: SystemString
Task description.
See Also