Currently, the generated VIs for Enum flat/rich conversions use a DLL call to GetLVEnumValueFromProtoValue and GetProtoValueFromLVEnumValue, but both CLFNs are set to run in UI thread. These calls should be set to run in any thread for efficiency.
AB#3133758