- Namespace
- Statiq
.Web .Commands - Containing Type
- PreviewCommand
- Overridden
- Execution
Triggered Async (CommandContext, Preview Command Settings, IEngineManager, ExitCode, Cancellation Token Source)
Syntax
protected override Task<ExitCode> ExecutionTriggeredAsync(CommandContext commandContext, PreviewCommandSettings commandSettings, IEngineManager engineManager, ExitCode previousExitCode, CancellationTokenSource cancellationTokenSource)
Parameters
| Name | Type | Description |
|---|---|---|
| commandContext | CommandContext | |
| commandSettings | Preview |
|
| engineManager | IEngineManager | |
| previousExitCode | ExitCode | |
| cancellationTokenSource | Cancellation |
Return Value
| Type | Description |
|---|---|
| Task |