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.
Miguel Obregon [SLC] [DevOps Catalyst] Answered question 2 hours ago
Hi Joshua,
Yes, I can confirm that the parameters will be set in the order you specify.
Kind regards,
José Silva [SLC] [DevOps Enabler] Answered question 2 hours ago