TaskGroupElementPerform Method  | 
 
            Makes sure the element is performed. If the element is an ITaskGroup, all tasks and taskgroups inside the
            taskgroup are performed. If the element is an ITask, the Perform method of the ITaskperformer is called.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
Exceptions| Exception | Condition | 
|---|
| GeneratorAbortException | When a task encounters a situation which should result in the abortion of the task execution process. | 
See Also