Enum EvasEventFlag

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Flags for the events.

C#
Copy
[Flags] public enum EvasEventFlag
Name Description
None

No fancy flags set.

OnHold

This event is being delivered but should be put "on hold" until the on hold flag is unset. The event should be used for informational purposes and maybe some indications visually, but not actually perform anything.