TaskGroupTerminateOnErrorStrategy Enum
- java.
lang. Object - java.
lang. Enum<TaskGroupTerminateOnErrorStrategy> - com.
microsoft. azure. management. resources. fluentcore. dag. TaskGroupTerminateOnErrorStrategy
- com.
- java.
public enum TaskGroupTerminateOnErrorStrategy
Defines task group termination strategies to be used once a task error-ed.
Fields
TERMINATE_ON_HITTING_LCA_TASK |
Indicate that on task error, allows any other tasks those are not directly or indirectly depends on the error-ed task to execute, once a LCA (lowest common ancestor) task is hit (at that point any progress cannot be made) emit onError terminal event with rx.exceptions.CompositeException. |
TERMINATE_ON_INPROGRESS_TASKS_COMPLETION |
Indicate that on task error, allows for any currently executing tasks to finish and emit onError terminal event with rx.exceptions.CompositeException. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java