RunAsync() Method
Executes the engine.
Namespace
Statiq.App
Containing Type
Bootstrapper
Implements

Syntax

public Task<int> RunAsync()

Return Value

Type Description
Task<int> The exit code (0 for success).