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 latest version available for the `TaskAttemptResult` class is 2.13.0, while the current page focuses on version 2.8.0 of the API reference documentation."],["`TaskAttemptResult` is a class within the Google.Cloud.Run.V2 namespace, representing the result of a task attempt in the Cloud Run Admin v2 API."],["The `TaskAttemptResult` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that accepts another `TaskAttemptResult` object as a parameter, enabling the copying of the provided instance's properties."],["The class contains two main properties: `ExitCode`, which is an integer representing the exit code of the attempt, and `Status`, which indicates the success or failure status of the task attempt."]]],[]]