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 document provides reference documentation for the `TaskAttemptResult` class within the Cloud Run Admin v2 API for .NET, with the latest version being 2.13.0."],["`TaskAttemptResult` is a sealed class that represents the result of a task attempt in Cloud Run, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `ExitCode` which represents the exit code of the attempt, and `Status`, which contains the status information, indicating whether it succeeded or failed."],["The documentation covers multiple previous versions of the `TaskAttemptResult` class, ranging from version 2.0.0 to 2.12.0, in addition to the beta version 1.0.0-beta02."],["This class offers two constructors, one default constructor, and one to be used when you want to copy another `TaskAttemptResult` object."]]],[]]