PipelineExecutionState
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Execution state of an individual pipeline
public enum PipelineExecutionState
Inheritance Object → ValueType → Enum → PipelineExecutionState
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Idle | 0 | No recent executions |
| Running | 1 | Pipeline is currently running |
| Completed | 2 | Most recent execution completed successfully |
| Failed | 3 | Most recent execution failed |