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.
At most one of exit_code or term_signal will be set.
[[["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-08-08 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTaskAttemptResult\u003c/code\u003e class provides details about the outcome of a task attempt in the Cloud Run Admin v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eTaskAttemptResult\u003c/code\u003e class is 2.13.0, with several previous versions available, starting from 1.0.0-beta02.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTaskAttemptResult\u003c/code\u003e implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties \u003ccode\u003eExitCode\u003c/code\u003e, representing the attempt's exit code, and \u003ccode\u003eStatus\u003c/code\u003e, indicating the attempt's overall success or failure.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTaskAttemptResult\u003c/code\u003e class can be instantiated with or without an existing \u003ccode\u003eTaskAttemptResult\u003c/code\u003e object, allowing for direct creation or cloning of existing instances.\u003c/p\u003e\n"]]],[],null,[]]