Enum PipelineHealthState
- Namespace
- Pipelinez.Core.Operational
- Assembly
- Pipelinez.dll
Represents the current health state of a pipeline.
public enum PipelineHealthState
Fields
Completed = 4The pipeline completed successfully.
Degraded = 2The pipeline is operating but has exceeded one or more degraded thresholds.
Healthy = 1The pipeline is operating normally.
Starting = 0The pipeline is starting up and has not yet reached steady-state execution.
Unhealthy = 3The pipeline is unhealthy or faulted.