PipelineState Enum

Definition

Enumerated type defining the state of the Pipeline.

public enum class PipelineState
public enum PipelineState
type PipelineState = 
Public Enum PipelineState
Inheritance
PipelineState

Fields

Completed 4

The pipeline has completed.

Disconnected 6

The pipeline is disconnected from remote running command.

Failed 5

The pipeline completed abnormally due to an error.

NotStarted 0

The pipeline has not been started.

Running 1

The pipeline is executing.

Stopped 3

The pipeline is completed due to a stop request.

Stopping 2

The pipeline is stoping execution.

Applies to