We have a parameter that has setter="true" and no QActions linked to it.
From time to time we see that it can take very long before a set is reflected in the read param after setting the write param.
What can cause such delays?
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 7th July 2023
All actions, set and read, are put on a command stack.
It's possible that there are commands being done while the set command is put on the command stack, delaying the execution of the set.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 7th July 2023