ExecutionSource
Defines constants for the well-known execution sources, including RDC, Import API, RIP, and Processing to support import/export telemetry.
ImportAPI = 2
Processing = 4
Rdc = 1
RIP = 3
Unknown = 0