Enum PipelineExecutionStatus
Represents high-level execution states reported for pipeline components and runtimes.
public enum PipelineExecutionStatus
Fields
Completed = 1Indicates the component or runtime has completed successfully.
Faulted = 2Indicates the component or runtime has faulted.
Healthy = 0Indicates the component or runtime is operating normally.
Unknown = 3Indicates Pipelinez could not determine a single status from the available information.