ExecutionTriggeredAsync(CommandContext, TSettings, IEngineManager, ExitCode, CancellationTokenSource) Method
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 CancellationTokenSource

Return Value

Type Description
Task<ExitCode>