I am creating a Visual Studio C# user application, and I want to disable result recording under certain circumstances.
I presently set the Application Manager engine.DisableResults to true in my Visual Studio application, but that changes the configured setting permanently (when I open TestStand Sequence Editor, the Configure | Station Options | Execution | Disable Result Recording for All Sequences is changed).
I am looking for a solution that can be called from my Visual Studio application that disables result recording before sequence execution begins, but does not change the state of the installed TestStand product.