[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eJobStatus\u003c/code\u003e class within the Google Cloud Batch v1alpha API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobStatus\u003c/code\u003e class is a sealed class that implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors to initialize a new \u003ccode\u003eJobStatus\u003c/code\u003e object or clone an existing \u003ccode\u003eJobStatus\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobStatus\u003c/code\u003e provides properties like \u003ccode\u003eResourceUsage\u003c/code\u003e, \u003ccode\u003eRunDuration\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, \u003ccode\u003eStatusEvents\u003c/code\u003e, and \u003ccode\u003eTaskGroups\u003c/code\u003e, which provide details about the job's status and resource consumption.\u003c/p\u003e\n"],["\u003cp\u003eThe document also lists inherited members from the \u003ccode\u003eobject\u003c/code\u003e class, such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Batch v1alpha API - Class JobStatus (1.0.0-alpha31)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-alpha31 (latest)](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus)\n- [1.0.0-alpha30](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/1.0.0-alpha30/Google.Cloud.Batch.V1Alpha.JobStatus) \n\n public sealed class JobStatus : IMessage\u003cJobStatus\u003e, IEquatable\u003cJobStatus\u003e, IDeepCloneable\u003cJobStatus\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Batch v1alpha API class JobStatus.\n\nJob status. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobStatus \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobStatus](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobStatus](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobStatus](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.JobStatus), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Batch.V1Alpha](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.Batch.V1Alpha.dll\n\nConstructors\n------------\n\n### JobStatus()\n\n public JobStatus()\n\n### JobStatus(JobStatus)\n\n public JobStatus(JobStatus other)\n\nProperties\n----------\n\n### ResourceUsage\n\n public ResourceUsage ResourceUsage { get; set; }\n\nThe resource usage of the job.\n\n### RunDuration\n\n public Duration RunDuration { get; set; }\n\nThe duration of time that the Job spent in status RUNNING.\n\n### State\n\n public JobStatus.Types.State State { get; set; }\n\nJob state\n\n### StatusEvents\n\n public RepeatedField\u003cStatusEvent\u003e StatusEvents { get; }\n\nJob status events\n\n### TaskGroups\n\n public MapField\u003cstring, JobStatus.Types.TaskGroupStatus\u003e TaskGroups { get; }\n\nAggregated task status for each TaskGroup in the Job.\nThe map key is TaskGroup ID."]]