Enum ParserRuntimeObservationKind
Defines normalized scheduler observation event kinds. This enum is descriptive-only and does not provide execution control.
public enum ParserRuntimeObservationKind
- Extension Methods
Fields
AlternativeCompleted = 1The scheduler completed evaluation of an alternative.
AlternativeFailed = 2The scheduler failed evaluation of an alternative.
AlternativePruned = 3The scheduler pruned an alternative for orchestration-only reasons.
AlternativeSelected = 4The scheduler selected a local winner alternative.
AlternativeStarted = 0The scheduler started evaluating an alternative.
Unknown = 5The kind could not be inferred from current observation data.