Well, I have a Labview Operator Interface (OI),
which periodically read the UIMessage from the
TestStand Engine.
The OI executes a TestSequence, and
when the testSequence finish its execution, it sends an
"End Execution" event to the LabView OI.
In that event, I get the execution ID, and read the "Result Status".
If the TestSequence Passed or Failed, the "Result Status" contains string "Passed" or "failed" respectively, However if the TestSequence terminates, it return "Passed".
Is there any way that the Operator Interface (OI) know
the status of the TestSequence result ?
Thanks,
Note: Unfortunately I could not post the code or portion of it, I'll try to create a sample.