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-04-09 UTC."],[[["The `TaskAttemptResult` class in the `Google.Cloud.Run.V2` namespace represents the result of a task attempt in the Cloud Run Admin v2 API."],["This class is available across multiple versions, ranging from 1.0.0-beta02 up to the latest version, 2.13.0, with version 2.5.0 being the specific version this content was pulled from."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`TaskAttemptResult` has two key properties: `ExitCode` (the exit code of the attempt) and `Status` (the status of the attempt), both being output only properties."],["There are two constructors available, the default parameterless one and one that takes another `TaskAttemptResult` as a parameter."]]],[]]