RunQueue Methods |
The RunQueue type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds the given element to the ITaskGroup instance
(Inherited from TaskGroup.) | |
Clone |
Creates a new object that is a copy of the current instance. Clones only itself, not the contents of this group.
(Inherited from TaskGroup.) | |
Clone(Boolean) |
Creates a new object that is a copy of the current instance.
(Inherited from TaskGroup.) | |
CloneMembers |
Clones the members of this object into the passed in clone.
(Inherited from TaskGroup.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FilterContents |
Filters the contents.
(Inherited from TaskGroup.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetElementByName |
Gets the elements with the name specified or null if not found.
(Inherited from TaskGroup.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetListOfDriverIDsToProcess |
Gets the list of driver IDs to process.
(Inherited from TaskGroupElement.) | |
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.
(Inherited from TaskGroup.) | |
GetNumberOfTasks |
Gets the total amount of tasks contained in this group and contained groups.
(Inherited from TaskGroup.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
returns the index of the element in this group.
(Inherited from TaskGroup.) | |
Insert |
Inserts the passed in element at the index specified
(Inherited from TaskGroup.) | |
LoadTaskPerformerAssemblies |
Loads for each task in the group the task performer assembly and class and adds the instance to
the task instance
(Inherited from TaskGroup.) | |
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.) | |
MoveElementDown |
Moves the element down.
(Inherited from TaskGroup.) | |
MoveElementUp |
Moves the element up.
(Inherited from TaskGroup.) | |
OnChanged |
Called when [changed].
(Overrides TaskGroupElementOnChanged.) | |
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.
(Inherited from TaskGroup.) | |
Remove |
Removes the first occurence of the passed in element from this taskgroup
(Inherited from TaskGroup.) | |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
IEnumerableTaskGroupElementGetEnumerator | (Inherited from TaskGroup.) | |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from TaskGroup.) |