Table of Contents

Enum PipelineHealthState

Namespace
Pipelinez.Core.Operational
Assembly
Pipelinez.dll

Represents the current health state of a pipeline.

public enum PipelineHealthState

Fields

Completed = 4

The pipeline completed successfully.

Degraded = 2

The pipeline is operating but has exceeded one or more degraded thresholds.

Healthy = 1

The pipeline is operating normally.

Starting = 0

The pipeline is starting up and has not yet reached steady-state execution.

Unhealthy = 3

The pipeline is unhealthy or faulted.