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-17 UTC."],[[["The latest version available for the `TaskAttemptResult` class is 2.13.0, while the current document is under the context of version 2.0.0, with prior versions 2.1.0 through 2.12.0 also available, plus one beta version."],["The `TaskAttemptResult` class, part of the Cloud Run Admin v2 API, represents the result of a task attempt."],["The class `TaskAttemptResult` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TaskAttemptResult` class includes two properties: `ExitCode`, representing the attempt's exit code, and `Status`, representing the attempt's status, with a status code of OK indicating success."],["There are two constructors available for `TaskAttemptResult`, a parameterless one, and one that receives another `TaskAttemptResult`."]]],[]]