Executes pipeline phases and modules in serial.
- Namespace
- Statiq
.Common - Containing Type
- IEngine
- Property Type
- bool
Syntax
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 |