Hi,
If I were to use protocol.SetParameters({pid1, pid2, pid3}, {value1, value2, value3}), is it guaranteed that the sets will be done in order?
- set 1 => pid1 = value1
- set 2 => pid2 = value2
- set 3 => pid3 = value3
I already did some basic testing and it seems that way, but I would like to confirm the behavior since the order of sets in my use case is quite important.
Joshua Lee [SLC] [DevOps Advocate] Selected answer as best 26th November 2024
Hi Joshua,
Yes, I can confirm that the parameters will be set in the order you specify.
Kind regards,
Joshua Lee [SLC] [DevOps Advocate] Selected answer as best 26th November 2024