- Namespace
- Statiq
.Core - Containing Type
- Engine
Syntax
public Task<IPipelineOutputs> ExecuteAsync(in CancellationToken cancellationToken = default(CancellationToken))
Parameters
Name | Type | Description |
---|---|---|
cancellationToken | CancellationToken | A cancellation token that can be used to cancel the execution. |
Return Value
Type | Description |
---|---|
Task |
The output documents from each executed pipeline. |