I have two sequence callbacks, PostStep and StepFailure. I am wanting to use Step.CancelStepCallback inside of the PostStep callback, since it is called before StepFailure, so StepFailure callback is not executed, on certain occasions. Is there a way to do this? I have tried "CancelStepCallback" with no luck.
↧