I've seen several threads with different solutions. Just wondering if there are any opinions as to the better way to display the hourglass to the user during lengthy tests being called from TestStand.
1) I see in TestStand V3.5, in the testexec.llb, a VI called Full OI - Set Busy.vi. I thought I could call that before/after the lengthy tests, however, I don't want to clutter my main sequence with a bunch of calls to this VI. I could encapsulate those tests within their own subsequences. Is there a pre/post condition method of calling this instead?
2) I noticed in TestStand a Label.MousePointer parameter, but I'm not sure how to use it. I was hoping to set it in the pre/post condition - expression area.
Thoughts?