Hi,

I have a very simple STAX job like this:

<timer duration="productTimeout">
                <loop while="finished == 0">
                                ....
                                <script>
finished = 1
                                </script>
...
                </loop>
</timer>

I know "finished = 1" will break out of the loop statement, I was wondering if 
"finished = 1" breaks out of the timer too? If no, how can I jump out of the 
timer when "finished = 1"?

Thanks,

Cindy



------------------------------------------------------------------------------
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to