AfterInitialExecutionAsync(CommandContext, TSettings, IEngineManager, CancellationTokenSource) Method
Namespace
Statiq.App
Containing Type
InteractiveCommand<TSettings>

Syntax

protected virtual Task AfterInitialExecutionAsync(CommandContext commandContext, TSettings commandSettings, IEngineManager engineManager, CancellationTokenSource cancellationTokenSource)

Parameters

Name Type Description
commandContext CommandContext
commandSettings TSettings
engineManager IEngineManager
cancellationTokenSource CancellationTokenSource

Return Value

Type Description
Task