TaskGroupElement Properties |
The TaskGroupElement type exposes the following members.
Name | Description | |
---|---|---|
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.
| |
ContainingGroup |
Gets / sets containingGroup
| |
Dependencies |
Gets the names of the tasks/ taskgroups this task depends on.
| |
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.
| |
Description |
Gets or sets the description of the element
| |
DisplayName |
Gets or sets the display name for this element. If display name isn't set or set to an empty string, Name is returned.
| |
ElementLogNode |
Gets or sets the log node.
| |
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.
| |
IsChanged |
Gets a value indicating whether this instance is changed.
| |
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.
| |
IsOptional |
Gets / sets the isOptional flag setting for tasks and taskgroups. Optional tasks don't cause errors when they can't be completed.
| |
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.
| |
Name |
The name of the element
| |
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)
| |
PerformRuleToUse |
Gets or sets the perform rule to use.
| |
RequiresCleanCache |
Gets or sets a value indicating whether this task requires that the task cache is cleaned before the task is executed.
| |
SupportedFrameworks |
Gets the supported frameworks.
| |
SupportedPlatforms |
Gets the supported platform names.
| |
SupportedTemplateGroups |
Gets the supported template group names
| |
Type |
Type of the element
|