RunQueue Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
The RunQueue type exposes the following members.
Name | Description | |
---|---|---|
AdditionalDestinationFolder |
Gets / sets additionalDestinationFolder
(Inherited from TaskGroup.) | |
AdditionalRootNamespace |
Gets / sets additionalRootNamespace
(Inherited from TaskGroup.) | |
ContainerForcedEnableFlagState |
Gets the forced enable flag state of the container of this element. If the container is disabled, or the container of the container (etc...)
this element is also disabled, even though it's flag is set to Enabled.
(Inherited from TaskGroupElement.) | |
ContainingGroup |
Gets / sets containingGroup
(Inherited from TaskGroupElement.) | |
Count |
The number of elements in this TaskGroup
(Inherited from TaskGroup.) | |
Dependencies |
Gets the names of the tasks/ taskgroups this task depends on.
(Inherited from TaskGroupElement.) | |
DependsOnCycleTask |
Gets or sets the depends on cycle task setting. Default is an empty string, which means this value is ignored. If set to a value, it's used at
generation time to see whether a cycle task with the name specified has been completed successfully. If not, this task is simply skipped, otherwise it's
run as-is.
(Inherited from TaskGroupElement.) | |
Description |
Gets or sets the description of the element
(Inherited from TaskGroupElement.) | |
DisplayName |
Helper property for the name to display in gui controls. This property returns the name of the runqueue and if it's changed it appends a '*'.
(Overrides TaskGroupElementDisplayName.) | |
ElementLogNode |
Gets or sets the log node.
(Inherited from TaskGroupElement.) | |
ForSpecificDatabase |
Gets or sets the perform for specific database setting. Default is an empty string (which gives the v2.x behavior: run once). Other possible
values are "All" (run for all databases in the project once) or the driverID of the database to target.
(Inherited from TaskGroupElement.) | |
IsChanged |
Gets a value indicating whether this instance is changed.
(Inherited from TaskGroupElement.) | |
IsEnabled |
Gets / sets isEnabled. If the element isn't optional, setting this value is a no-op, as the value is always true in that case.
(Inherited from TaskGroupElement.) | |
IsOptional |
Gets / sets the isOptional flag setting for tasks and taskgroups. Optional tasks don't cause errors when they can't be completed.
(Inherited from TaskGroupElement.) | |
Item |
Indexer
(Inherited from TaskGroup.) | |
LogLineHandler |
The handler of the LogLineInApplicationOutputCallBack. Setting this property will allow the generator and any
task or taskgroup to log text on the application output window.
(Inherited from TaskGroupElement.) | |
Name |
The name of the element
(Inherited from TaskGroupElement.) | |
NameToUseForLogging |
Name to use for logging of actions on task group element. This is by default the display name. If the display name differs from the
Name, it will use the format: display name (name)
(Inherited from TaskGroupElement.) | |
OriginatingPreset |
Gets originatingPreset
| |
PerformRuleToUse |
Gets or sets the perform rule to use.
(Inherited from TaskGroupElement.) | |
RequiresCleanCache |
Gets or sets a value indicating whether this task requires that the task cache is cleaned before the task is executed.
(Inherited from TaskGroupElement.) | |
SupportedFrameworks |
Gets the supported frameworks.
(Inherited from TaskGroupElement.) | |
SupportedPlatforms |
Gets the supported platform names.
(Inherited from TaskGroupElement.) | |
SupportedTemplateGroups |
Gets the supported template group names
(Inherited from TaskGroupElement.) | |
Type |
Type of the element
(Inherited from TaskGroupElement.) |
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 | |
---|---|---|
HasBeenChanged |
Raised when the implementing element has been changed
(Inherited from TaskGroupElement.) | |
PropertyChanged |
Raised when a property changed in this class.
|
Name | Description | |
---|---|---|
IEnumerableTaskGroupElementGetEnumerator | (Inherited from TaskGroup.) | |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from TaskGroup.) | |
ITaskGroupItem |
Indexer
(Inherited from TaskGroup.) |