[[["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-03-21 UTC."],[[["This documentation page covers the `JobStatus` class within the Google Cloud Batch v1 API, specifically within the .NET environment, at version 2.4.0."],["The `JobStatus` class represents the status of a job and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of `JobStatus` is 2.13.0, with the page displaying other versions, from 2.12.0 down to 1.0.0, allowing users to see a progression of the class."],["Key properties of the `JobStatus` class include `RunDuration`, which indicates the time the job spent running, `State`, which details the current state of the job, `StatusEvents`, which lists job status events, and `TaskGroups`, which provides aggregated task statuses for each TaskGroup within the job."],["The class includes two constructors, a default constructor `JobStatus()` and a copy constructor `JobStatus(JobStatus other)`, allowing users to instantiate or duplicate the JobStatus class accordingly."]]],[]]