Task Methods |
The Task type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
(Overrides TaskGroupElementClone.) | |
CloneMembers |
Clones the members of this object into the passed in clone.
(Overrides TaskGroupElementCloneMembers(Object).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetListOfDriverIDsToProcess |
Gets the list of driver IDs to process.
(Inherited from TaskGroupElement.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LoadTaskPerformerAssembly |
Loads for this task the task performer assembly and class and adds the instance to
this task instance
| |
LogLine |
Logs the given line to the output window. Based on the verbose checkbox and the VerboseMessage flag the message is logged or not.
If the verbose checkbox is set, also lines with VerboseMessage=true will be logged, otherwise these messages will be surpressed.
Appends a newline if AppendNewLine is set to true.
(Inherited from TaskGroupElement.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnChanged |
Called when [changed].
(Inherited from TaskGroupElement.) | |
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 TaskGroupElement.) | |
PerformElement |
Performs the element. 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.
(Overrides TaskGroupElementPerformElement(IGenerator, LogNode).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |