TaskGroupPropertyIds Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the identifiers that uniquely identify the properties of a task group.
public class TaskGroupPropertyIds
type TaskGroupPropertyIds = class
Public Class TaskGroupPropertyIds
- Inheritance
-
TaskGroupPropertyIds
Constructors
TaskGroupPropertyIds() |
Initializes a new instance of the TaskGroupPropertyIds class. |
Properties
CanceledTaskCount | |
ChangeTime |
The last time that the server changed one of the property values of the task group. |
Complete |
All tasks in the group have run (finished, failed, or was canceled). |
Default |
Indicates whether this group is the default task group. |
FailedTaskCount | |
Id |
An identifier that uniquely identifies the task group in the store. |
JobId |
An identifier that uniquely identifies the job that contains the task group. |
Level |
The level (depth) of the task group node in the graph. |
MaxMinCores |
The maximum value of all the minimum core values specified for the tasks in the task group. |
MaxMinNodes |
The maximum value of all the minimum node values specified for the tasks in the task group. |
MaxMinSockets |
The maximum value of all the minimum socket values specified for the tasks in the task group. |
Name |
The name of the task group. |
SumMaxCores |
The sum of the maximum core values specified in all the tasks of the task group. |
SumMaxNodes |
The sum of the maximum node values specified in all the tasks of the task group. |
SumMaxSockets |
The sum of the maximum socket values specified in all the tasks of the task group. |