| ITask Methods | 
The ITask type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Creates a new object that is a copy of the current instance.
            (Inherited from ITaskGroupElement.) | 
|  | LoadTaskPerformerAssembly | 
            Loads for this task the task performer assembly and class and adds the instance to
            this 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.) | 
 See Also
See Also