In my extended class, doing a phase jump to jump to pre_reset phase in my main phase. The earlier running sequence is not killed/stopped. Due to that I am facing Fatal saying "sequence alreasdy started". Should I kill/stop this sequnce in doing phase jump

In my extended class, doing a phase jump to jump to pre_reset phase in my main phase. The earlier running sequence is not killed/stopped. Due to that I am facing Fatal saying “sequence alreasdy started”. Should I kill/stop this sequnce in doing phase jump?

Why you use phase_jump?
I always thing that phase_jump is similar to old goto operator, which was removed from programming.

what is your problem that you need phase jumping?
Can you please tell more about the problem, please.
May be we can skip phase jumping and have a easy to debug environment.

In reply to Subhra Bera:

In my extended class, doing a phase jump to jump to pre_reset phase in my main phase. The earlier running sequence is not killed/stopped. Due to that I am facing Fatal saying “sequence alreasdy started”. Should I kill/stop this sequnce in doing phase jump?

Could you please elaborate why you are using the run sub-phase and the phase jump. Do you have such an extraordinary application case?