IExecutionContext.

Pipeline Property

Summary

Gets the currently executing pipeline.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Execution
Containing Type
IExecutionContext

Syntax

IReadOnlyPipeline Pipeline { get; }

Value

Type Description
IReadOnlyPipeline
GitHub