Table of Contents

Enum ParserRuntimeObservationKind

Namespace
Utils.Parser.Runtime
Assembly
Utils.Parser.dll

Defines normalized scheduler observation event kinds. This enum is descriptive-only and does not provide execution control.

public enum ParserRuntimeObservationKind
Extension Methods

Fields

AlternativeCompleted = 1

The scheduler completed evaluation of an alternative.

AlternativeFailed = 2

The scheduler failed evaluation of an alternative.

AlternativePruned = 3

The scheduler pruned an alternative for orchestration-only reasons.

AlternativeSelected = 4

The scheduler selected a local winner alternative.

AlternativeStarted = 0

The scheduler started evaluating an alternative.

Unknown = 5

The kind could not be inferred from current observation data.