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 page provides reference documentation for the `LifecyclePolicy.Types.ActionCondition` class within the Google Cloud Batch v1 API, specifically for the .NET library."],["The `ActionCondition` class defines the conditions for actions to be taken in response to task failures and can be found in the `Google.Cloud.Batch.V1` namespace."],["The documentation includes inheritance details, highlighting that `ActionCondition` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It presents a list of available versions for the Batch v1 API, with version 2.13.0 as the latest and a total of 18 versions available to select, and version 2.6.0 being the current version of the documentation presented."],["The documentation also includes the constructors for `ActionCondition` alongside the property `ExitCodes` which deals with the various exit codes to be specified for when an action should be carried out."]]],[]]