ExecutionPolicy Enum
Indicates when the pipeline is executed.
Namespace
Statiq.Common
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
ExecutionPolicy
Enum
ValueType
object
IComparable
IFormattable
IConvertible

Syntax

public enum ExecutionPolicy

Fields

Name Field Type Constant Value Summary
Always ExecutionPolicy 3
The pipeline is always executed, regardless of explicitly specified pipelines.
static
Default ExecutionPolicy 0
The pipeline is normally executed (I.e., it has a deployment policy equivalent to Normal) unless Deployment is true in which case the pipeline is manually executed (I.e., it has a deployment policy equivalent to Manual).
static
Manual ExecutionPolicy 2
The pipeline is not normally executed unless explicitly specified or as a dependency of an executing pipeline.
static
Normal ExecutionPolicy 1
The pipeline is normally executed.
static

Extension Methods