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