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."],[[["This webpage provides reference documentation for the `TaskAttemptResult` class within the Cloud Run Admin v2 API for .NET, specifically version 2.10.0."],["The `TaskAttemptResult` class represents the outcome of a task attempt and includes properties for `ExitCode` and `Status` to indicate whether it was successful or not."],["It also lists a range of older versions for the `TaskAttemptResult` documentation, going all the way back to version 1.0.0-beta02, with version 2.13.0 being the latest."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and can be constructed using the default constructor or a copy constructor that takes another `TaskAttemptResult` object."],["The webpage shows the `TaskAttemptResult` class's place within the inheritance chain, showing that it inherits from the `object` class and contains additional inherited members from it."]]],[]]