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."],[[["This webpage provides documentation for the `TaskAttemptResult` class within the Cloud Run Admin v2 API, specifically for the .NET environment, across multiple versions, with the latest being 2.13.0."],["The `TaskAttemptResult` class represents the outcome of a task attempt and includes properties like `ExitCode`, which indicates the exit code of the attempt, and `Status`, which reflects the overall status of the attempt."],["The `TaskAttemptResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The documentation covers the available constructors for the `TaskAttemptResult` class, providing details on how to create new instances of this class, with one of them being a copy constructor."],["The webpage showcases a version history of the documentation for this specific class, ranging from version 1.0.0-beta02 up to the latest, including direct links to view the documentation for each version."]]],[]]