Peter -
The SequenceFileLoad and SequenceFileUnload callbacks are called when the sequence file is loaded or unloaded. These callbacks do not have any parameters. If necessary you can access the RunState.SequenceFile property object in the context of the execution.
The SequenceFilePostInteractive callback is called after an interactive execution completes. I think in TestStand 2.x the SequenceFilePostInteractive had a step parameter, but it is not useful, so in TestStand 3.0, there are no parameters.
The SequenceFilePostStepRuntimeError and SequenceFilePostStep execute after each step runs. The runtime error callback runs only if a runtime error occurs for a step, while the post step always runs. They both pass
the Step property and Result property of the step that executed.
Scott Richardson
Scott Richardson
https://testeract.com