OnlyOnce(bool) Method
Only starts the process on the first module execution.
Namespace
Statiq.Core
Containing Type
StartProcess

Syntax

public StartProcess OnlyOnce(bool onlyOnce = true)

Parameters

Name Type Description
onlyOnce bool true to start the process the first time the module is executed and not on re-execution, false to start a new process on every execution.

Return Value

Type Description
StartProcess The current module instance.