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
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