Enum EventObservationState
Represents the observation state for an event.
[Flags]
public enum EventObservationState
Fields
Initial = 1The initial observation, first time being observed.
None = 0No flags set.
Replay = 2Replay observation, this is not the first time its observed for the observer.