01-25-2023 03:17 AM
Hello, I have a ManSequence that calls a Subsequence in a new Thread.
In my MainSequence I want not to wait that the job in the Subsequence is done.
The purpose of this is, to start a Fan in the Subsequence (for a Minute) and stop it, after the MainSequence, the Test is completed.
Is there a way to to this?
Thanks Martin
01-25-2023 07:37 AM
The example Termination Monitor does not use the sequence call but the step. I think that it meets your requirements.