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