Skip to main content

PipelineExecutionState

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Execution state of an individual pipeline

public enum PipelineExecutionState

Inheritance ObjectValueTypeEnumPipelineExecutionState
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Idle0No recent executions
Running1Pipeline is currently running
Completed2Most recent execution completed successfully
Failed3Most recent execution failed