public enum LifecyclePolicy.Types.ActionReference documentation and code samples for the Batch v1alpha API enum LifecyclePolicy.Types.Action.
Action on task failures based on different conditions.
Namespace
Google.Cloud.Batch.V1AlphaAssembly
Google.Cloud.Batch.V1Alpha.dll
Fields |
|
|---|---|
| Name | Description |
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. |