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-03-21 UTC."],[[["The latest version available for the `TaskAttemptResult` class is 2.13.0, while the current page focuses on version 2.7.0 of the Cloud Run Admin v2 API."],["The `TaskAttemptResult` class represents the outcome of a task attempt within the Cloud Run Admin v2 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration within the .NET ecosystem."],["The `TaskAttemptResult` class has two constructors, a default constructor and a constructor to make a copy of another `TaskAttemptResult` object, and two properties to access, being the `ExitCode` and the `Status` of an attempt."],["The documentation provides links to various versions of the `TaskAttemptResult` class, from version 2.0.0 to the latest 2.13.0, and version 1.0.0-beta02."]]],[]]