ITaskGroup Methods |
The ITaskGroup type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
(Inherited from ITaskGroupElement.) | |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
GetNumberOfStepsToPerform |
Gets the number of steps to perform. This can be different from the number of tasks as a taskgroup might be executed multiple times.
| |
GetNumberOfTasks |
Gets the total amount of tasks contained in this group and contained groups.
| |
LoadTaskPerformerAssemblies |
Loads for each task in the group the task performer assembly and class and adds the instance to
the task instance
| |
Perform |
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.
(Inherited from ITaskGroupElement.) |
Name | Description | |
---|---|---|
ToReadOnlyCollectionTDestination |
Converts the enumerable to a ReadOnlyCollection.
(Defined by IEnumerableExtensionMethods.) |