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 content provides reference documentation for the `TaskAttemptResult` class within the Cloud Run Admin v2 API, specifically for .NET development."],["`TaskAttemptResult` is a sealed class representing the result of a task attempt, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["The documentation details the class's constructors (`TaskAttemptResult()` and `TaskAttemptResult(TaskAttemptResult other)`) and properties (`ExitCode` and `Status`)."],["The list of versions shows version 2.13.0 as the latest, and offers a range of documentation from 2.0.0 up to the newest 2.13.0, as well as 1.0.0-beta02."],["The `ExitCode` property indicates the exit code of a task attempt, while the `Status` property reflects the overall status of that attempt, such as success or failure."]]],[]]