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.7Syntax
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 |