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-03-21 UTC."],[[["This webpage provides reference documentation for the `LifecyclePolicy.Types.ActionCondition` class within the Google Cloud Batch v1 API, detailing conditions for actions related to task failures."],["The `LifecyclePolicy.Types.ActionCondition` class is part of the `Google.Cloud.Batch.V1` namespace and is available across various versions, with the latest being 2.13.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET ecosystem."],["The class includes properties such as `ExitCodes`, a `RepeatedField\u003cint\u003e` that lists exit codes triggering an action upon task execution, and provides constructors for creating `ActionCondition` objects, including one for copying from another `ActionCondition`."],["The content of this page is also available for previous versions, going back to 1.0.0, with multiple intermediate versions."]]],[]]