Table of Contents

Enum SystemPriority

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

Priority level for system scheduling under overload conditions. Defined here for DAG construction; enforcement deferred to overload management (#201).

public enum SystemPriority

Fields

Critical = 0

Every tick, never throttled or shed.

High = 1

Every tick normally; may be throttled under severe load.

Low = 3

Shed entirely under load; runs per tickDivisor normally.

Normal = 2

Every Nth tick under load (throttledTickDivisor).