SerialExecution Property
Executes pipeline phases and modules in serial.
Namespace
Statiq.Core
Containing Type
Engine
Implements
Property Type
bool

Syntax

public bool SerialExecution { get; set; }

Remarks

Setting this to true will disable most (but not all) concurrency and is useful for debugging.

Value

Type Description
bool