Question
How to pause a sequence mid step or whenever the user presses the pause button?
Hello,
I have created a toggle button where the button toggles between play and pause whenever the user clicks on it. The binding properties available are forward, play, play all, reset, rewind and stop. However, when we use Stop property, the sequence stops after the step is completed. Is there a way to pause the step while the step is running at that instance?

