| 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.1.0.0 (5.1.0)
Syntaxpublic enum TaskGroupElementType
Public Enumeration TaskGroupElementType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Task | 0 | 
            The element is an ITask instance
             | 
 | TaskGroup | 1 | 
            The element is an ITaskGroup instance
             | 
See Also