07-10-2008 01:34 PM
07-10-2008 02:26 PM
Hi CS,
You should beable to perform the API call Execution.CancelTermination method.
Regards
Ray Farmer
07-10-2008 02:42 PM
Hi CS,
Also you will need to clear the RunState.SequenceError as well.
Regards
Ray Farmer
07-10-2008 04:37 PM
Ray,
RunState.SequenceError was the piece that I was missing.
Now I have a new issue. I would still like the result to be logged as "Error", but after clearing RunState.SequenceError the sequence result becomes Pass.
Thanks,
Chad
07-11-2008 01:54 AM
Hi Chad,
Rather than clear the Result.Error. Set the TS.IgnoreRTE boolean of the Caller Sequence using RunState.Caller.Step.TS.IgnoreRTE.
This will allow the SequenceCall to record the step but ignore it and continue on with the next step.
Regards
Ray
07-14-2008 09:49 AM