public sealed class TaskGroupStatus : IMessage<JobStatus.Types.TaskGroupStatus>, IEquatable<JobStatus.Types.TaskGroupStatus>, IDeepCloneable<JobStatus.Types.TaskGroupStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class JobStatus.Types.TaskGroupStatus.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides reference documentation for the `JobStatus.Types.TaskGroupStatus` class within the Google.Cloud.Batch.V1 API, specifically in the .NET environment."],["The `TaskGroupStatus` class aggregates the status of tasks within a TaskGroup, as defined by the Batch v1 API."],["The page includes a list of available versions for this class ranging from version 1.0.0 up to the latest version which is version 2.13.0."],["The class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as detailed on this webpage."],["The `TaskGroupStatus` class has two properties, `Counts` and `Instances`, which provide information on the number of tasks in each state and the status of instances allocated for the TaskGroup respectively."]]],[]]