public sealed class LifecyclePolicy.Types.ActionCondition : IMessage<LifecyclePolicy.Types.ActionCondition>, IEquatable<LifecyclePolicy.Types.ActionCondition>, IDeepCloneable<LifecyclePolicy.Types.ActionCondition>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class LifecyclePolicy.Types.ActionCondition.
Conditions for actions to deal with task failures.
Exit codes of a task execution.
If there are more than 1 exit codes,
when task executes with any of the exit code in the list,
the condition is met and the action will be executed.
[[["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 document provides reference information for the `LifecyclePolicy.Types.ActionCondition` class within the Google Cloud Batch v1 API, specifically detailing its usage in handling task failures."],["The latest version of the `LifecyclePolicy.Types.ActionCondition` class is 2.13.0, with documentation available for various previous versions, including version 2.4.0, and down to version 1.0.0."],["`LifecyclePolicy.Types.ActionCondition` implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The class has two constructors: a default `ActionCondition()` and another that accepts another `ActionCondition` instance, allowing the creation of copies."],["The `ExitCodes` property, a `RepeatedField\u003cint\u003e`, defines a list of exit codes; if a task exits with one of these codes, specified actions will be executed."]]],[]]