Enum EvasEventFlag
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Flags for the events.
[Flags]
public enum EvasEventFlag
Fields
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. |