wait until
Posted: Thu Feb 21, 2013 2:03 am
Hi,
what is the correct Syntax to wait for a handler to finish?
I have a handler (handler 1) that uses FTP to PUT and GET Files..
I also have another handler URL Progress that keeps track of the success of the transaction..
I want to be able to place a wait after any get/put transaction in handler 1 that waits for URL Progress to finish.
( this is to eliminate handler 1 working faster than the URL Progress handler)
what is the correct Syntax to wait for a handler to finish?
I have a handler (handler 1) that uses FTP to PUT and GET Files..
I also have another handler URL Progress that keeps track of the success of the transaction..
I want to be able to place a wait after any get/put transaction in handler 1 that waits for URL Progress to finish.
( this is to eliminate handler 1 working faster than the URL Progress handler)