I have a Sequence File composed of a Mainsequence & Subsequence.
Inside of the MainSequence, I called a Subsequence in a new thread.
Now, I want to run Subsequence until the Mainsequence triggers stopping of this Subsequence.
Any suggestion on how to do this? By notification, passing of variables, etc.?