IExecutionContext.

ExecutionId Property

Summary

Uniquly 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.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Execution
Containing Type
IExecutionContext

Syntax

Guid ExecutionId { get; }

Value

Type Description
Guid
GitHub