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.2.0.0 (5.2.17.0403)
Syntax protected void ProgressTaskStart(
string taskDescription
)
Protected Sub ProgressTaskStart (
taskDescription As String
)
Parameters
- taskDescription
- Type: SystemString
Task description.
See Also