Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Enum PipelineState

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Specifies the different state a pipeline component can return

Namespace: EPiServer.Core.Routing.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public enum PipelineState

Fields

Name Description
Abort

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Aborts the pipeline processing

Continue

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Specifies that next step in the pipelins should be called

Done

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Specifies that the pipeline processing is done and no further steps will be called

Extension Methods