Click or drag to resize
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.1.0.0 (5.1.0)
Syntax
protected void ProgressSubtaskStart(
	string subTaskDescription
)

Parameters

subTaskDescription
Type: SystemString
Description.
See Also