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.5.0.0 (5.5.18.1019)
Syntaxprotected void ProgressTaskStart(
	string taskDescription
)
Protected Sub ProgressTaskStart ( 
	taskDescription As String
)
Parameters
- taskDescription
 - Type: SystemString
Task description. 
See Also