Show / Hide Table of Contents

Enum PipelineRunState

Contains an enumerated list of pipeline run states.

Namespace: Vasont.Publisher.Models.Pipeline
Assembly: Vasont.Publisher.Models.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum PipelineRunState

Fields

Name Description
Cleanup

The run is cleaning up

Failed

The run failed.

Queued

The run is queued.

Running

The run is running.

Startup

The run is starting up

Success

The run was successful.

Unknown

The run is in an unknown state.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont