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.6.0.0 (5.6.19.0117)
Syntaxint GetNumberOfStepsToPerform(
	IGenerator executingGenerator
)
Function GetNumberOfStepsToPerform ( 
	executingGenerator As IGenerator
) As Integer
Parameters
- executingGenerator
 - Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator. 
Return Value
Type: 
Int32
See Also