PipelineState Class

Definition

Current state of the pipeline.

public static class PipelineState
Inheritance
PipelineState

Fields

Completed

The pipeline has completed all the scheduled runs for its activities.

Deleting

The pipeline has a pending deletion task.

Inactive

The pipeline is not active. No active period is set or active period is in future.

Initializing

The pipeline has a pending initialization task.

NotSpecified

Not Specified.

Paused

The pipeline is paused.

Running

The pipeline is active and executing activities.

Updating

The pipeline has a pending update task.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)