PipelineState
Enum
Definition
Enumerated type defining the state of the Pipeline
public enum PipelineState
- Inheritance
-
PipelineState
Fields
| Completed | The pipeline has completed. |
| Disconnected | The pipeline is disconnected from remote running command. |
| Failed | The pipeline completed abnormally due to an error. |
| NotStarted | The pipeline has not been started |
| Running | The pipeline is executing |
| Stopped | The pipeline is completed due to a stop request. |
| Stopping | The pipeline is stoping execution. |