01-09-2009 01:14 AM
Hi ppl,
when will be the step call backs like SequenceFilePostStep, SequenceFilePostStepFailure,SequenceFilePostResultListEntry be executed.
will it be after status expression evaluvation or after post action ?
01-09-2009 02:13 AM
Callbacks containing "PostStep" in their names will be executed after the step's execution. The first part of the callback name describes the valid range of execution (e.g. SequenceFile vs. ProcessModel).
So the execution of the callbacks take place "in between" two steps, the first one is finished completly and the second step not started yet.
hope this helps,
Norbert
01-09-2009 02:22 AM
Hi,
Check out the Step Execution Table 3-4 in the TestStand Reference Manual chapter 3-14.
There are all called after the Status Expression but I think the SequenceFilePostResultListEntry Engine callback is called after the Post Action on step 32.
Regards
Ray Farmer
01-09-2009 02:39 AM
01-09-2009 03:16 AM
That's correct.
Regards
Ray