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.Core
Containing Type
Engine
Implements
Property Type
Guid

Syntax

public Guid ExecutionId { get; private set; }

Value

Type Description
Guid