export enum EventPriority { HighEventPriority = 1, NormalEventPriority = 0, LowEventPriority = -1, }