Click or drag to resize
TaskGroupElementType Enumeration
Enum to define the type of a taskgroup element which can be added to an ITaskGroup instance.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public enum TaskGroupElementType
Members
  Member nameValueDescription
Task0 The element is an ITask instance
TaskGroup1 The element is an ITaskGroup instance
See Also