12-02-2020 06:51 AM
Is there a way to see whether the sequence was started by the Sequence Editor or the UserInterface? If the sequence was started by the SequenceEditor, I would like to show some debug information. However, this should not happen when starting from the UserInterface.
I hope someone has an idea. Thanks in advance...
Solved! Go to Solution.
12-02-2020 10:34 AM
The closest I can find is the IsEditor property: https://zone.ni.com/reference/en-XX/help/370052AA-01/tsuiref/reftopics/applicationmgr_iseditor_p/
You have to get a handle to the Application Manager though.
Here's an old post that also addresses the issue: https://forums.ni.com/t5/NI-TestStand/Differentiating-between-TestStand-user-interfaces-at-run-time/...
12-03-2020 09:18 AM
I will use the .Net Function to read out the current process path. This works fine.
Thanks a lot...