Click or drag to resize
GeneratorTasksToExecute Property
The complete set of tasks to execute by the generator. Use this tree to walk through the tasks to check if a given task has been succesfully completed.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ITaskGroup TasksToExecute { get; }

Property Value

Type: ITaskGroup

Implements

IGeneratorTasksToExecute
See Also