Batch v1 API - Enum LifecyclePolicy.Types.Action (2.9.0)

public enum LifecyclePolicy.Types.Action

Reference documentation and code samples for the Batch v1 API enum LifecyclePolicy.Types.Action.

Action on task failures based on different conditions.

Namespace

Google.Cloud.Batch.V1

Assembly

Google.Cloud.Batch.V1.dll

Fields

NameDescription
FailTask

Action that tasks in the group will be stopped immediately.

RetryTask

Action that tasks in the group will be scheduled to re-execute.

Unspecified

Action unspecified.