ITaskGroupGetNumberOfStepsToPerform Method |
Gets the number of steps to perform. This can be different from the number of tasks as a taskgroup might be executed multiple times.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax int GetNumberOfStepsToPerform(
IGenerator executingGenerator
)
Function GetNumberOfStepsToPerform (
executingGenerator As IGenerator
) As Integer
Parameters
- executingGenerator
- Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
Return Value
Type:
Int32See Also