Hello,
I have an automation script that enables a group of channels on specific AppearTV elements. This automation is straightforward and simply executes the following command:
appearTVElement.SetParameterByPrimaryKey(1643, appearTVData.PK, "Enabled");
The issue is that this command is taking around 8 seconds to execute, and since the groups contain many channels, the overall process is taking too long.
Is there a more efficient way to achieve this?
I have already set the flag:
engine.SetFlag(RunTimeFlags.NoCheckingSets);
Thanks in advance!
Hi Maximiliano,
From the automation script point of view, you cannot make it better.
Optimization (if possible at all) would have to be done in the connector.