I am trying to develop a custom run time error handler for our TestStand Test System. I am playing with the SequenceFilePostStepRuntimeError engine callback and my handler works fine when in the Client Sequence file. However I need my handler to work across all of my client sequence files.
If I move my SequenceFilePostStepRuntimeError callback from the client sequence file to the Process Model (which is the same for all client sequence files) the callback doesn't fire when a run time error is generated by a client sequence file. (Presumably it would be called if the Process Model generated a run time Error).
Is it possible to define a single sequence that is called for all run time errors in the system? If so how?
Regards
Steve
There are 10 types of people in the world that understand binary, those that do and those that don't.