ExecutionId Property
Uniquely identifies the current execution cycle. This can be used to initialize and/or reset static data for a module on new generations (I.e., due to watching). For example, cache data could be cleared when this changes between runs.
Namespace
Statiq.Common
Containing Type
IExecutionState
Property Type
Guid

Syntax

Guid ExecutionId { get; }

Value

Type Description
Guid