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.2.0.0 (5.2.17.0403)
Syntax protected void ProgressSubtaskStart(
string subTaskDescription
)
Protected Sub ProgressSubtaskStart (
subTaskDescription As String
)
Parameters
- subTaskDescription
- Type: SystemString
Description.
See Also