Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
int GetNumberOfStepsToPerform(
	IGenerator executingGenerator
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.

Return Value

Type: Int32
See Also