05-30-2025 01:31 PM
In TestStand 2022, calling PropertyExists("RunState.Engine.TemporaryGlobals") always returns false even though it exists.
Is there a workaround for this?
-Jack
Solved! Go to Solution.
05-30-2025 01:54 PM
...and with a little Digging, I found Runstate.Engine.TemporaryGlobals.Exists("element name", options) will do what I need.