public sealed class TaskAttemptResult : IMessage<TaskAttemptResult>, IEquatable<TaskAttemptResult>, IDeepCloneable<TaskAttemptResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class TaskAttemptResult.
Output only. The exit code of this attempt.
This may be unset if the container was unable to exit cleanly with a code
due to some other failure.
See status field for possible failure details.
[[["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 document provides reference documentation for the `TaskAttemptResult` class within the Cloud Run Admin v2 API for .NET, detailing its structure, inheritance, implemented interfaces, and members."],["The `TaskAttemptResult` class represents the result of a task attempt and is part of the `Google.Cloud.Run.V2` namespace, specifically within the `Google.Cloud.Run.V2.dll` assembly."],["The document outlines various versions of the `TaskAttemptResult` class, ranging from version 2.13.0 (latest) down to 1.0.0-beta02."],["The class implements interfaces such as `IMessage`, `IEquatable\u003cTaskAttemptResult\u003e`, `IDeepCloneable\u003cTaskAttemptResult\u003e`, and `IBufferMessage`, and inherits from `object`."],["The key properties of the class include `ExitCode`, an integer representing the exit code of the attempt, and `Status`, indicating the overall status of the attempt."]]],[]]