Table of Contents

Enum PipelineExecutionStatus

Namespace
Pipelinez.Core.Status
Assembly
Pipelinez.dll

Represents high-level execution states reported for pipeline components and runtimes.

public enum PipelineExecutionStatus

Fields

Completed = 1

Indicates the component or runtime has completed successfully.

Faulted = 2

Indicates the component or runtime has faulted.

Healthy = 0

Indicates the component or runtime is operating normally.

Unknown = 3

Indicates Pipelinez could not determine a single status from the available information.