Enum to define all possible event types, so that we do not deal with strings in the rest of the code.
| 7 | /// Enum to define all possible event types, so that we do not deal with strings in the rest of the code. |
| 8 | /// </summary> |
| 9 | public enum ExtensionEvent |
| 10 | { |
| 11 | INVOKE, |
| 12 | SHUTDOWN, |
| 13 | } |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected