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