RecomputeTrigger
Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData
What initiated an archive recompute run (AB#4184). Recorded on each
RecomputeJobSnapshot for observability. Mirrors the CkRecomputeTrigger CK
enum (System.StreamData ≥ 1.6.0); key values match so the snapshot maps by a direct cast.
public enum RecomputeTrigger
Inheritance Object → ValueType → Enum → RecomputeTrigger
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Manual | 0 | An operator forced the recompute via API / admin UI / octo-cli. |
| Periodic | 1 | The recompute orchestrator picked up dirty windows on its scheduled tick. |
| ChainPropagation | 2 | A successful recompute of an upstream archive marked this archive dirty and propagated downstream. |