PluginBaseProgressSubtaskStart Method  | 
 
            Makes the progress viewer know that a subtask has started. The description is displayed for the subtask
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Extensibility
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxprotected void ProgressSubtaskStart(
	string subTaskDescription
)
Protected Sub ProgressSubtaskStart ( 
	subTaskDescription As String
)
Parameters
- subTaskDescription
 - Type: SystemString
Description. 
See Also