Table of Contents

Enum ThrottlePauseBehavior

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

What a pause means. Suspend ends the run on a committed boundary; Wait delays and re-evaluates (spec 10.2).

public enum ThrottlePauseBehavior

Fields

Suspend = 0

End the run with Suspended. The default.

Wait = 1

Delay, then evaluate again.