Running a time limited error handler
Running a time limited error handler
- Subject: Running a time limited error handler
- From: Gnarlodious <email@hidden>
- Date: Fri, 04 Jan 2002 02:15:30 -0700
I guess I need a time limited error handler to wait for the connection. Can
someone send me a snippet?
It would go something like:
with timeout of 90 seconds
repeat while errNum
get RA status
delay 3 seconds
end repeat
end timeout
Note: RA Status returns error -3201 during pending operations
Thanks