- Namespace
- Statiq
.App - Containing Type
- InteractiveCommand
<TSettings>
Syntax
protected virtual Task<ExitCode> ExecutionTriggeredAsync(CommandContext commandContext, TSettings commandSettings, IEngineManager engineManager, ExitCode previousExitCode, CancellationTokenSource cancellationTokenSource)
Parameters
| Name | Type | Description |
|---|---|---|
| commandContext | CommandContext | |
| commandSettings | TSettings | |
| engineManager | IEngineManager | |
| previousExitCode | ExitCode | |
| cancellationTokenSource | Cancellation |
Return Value
| Type | Description |
|---|---|
| Task |