1. JAntiCaptcha first
All "Wait For" to 0, because JAntiCaptcha should not wait for anybody.
2. After 20 seconds, go to My.JDownloader.org Fully Automated
My.Jdownloader.org should wait up to 20 seconds for jAntiCaptcha
3. After another 20 seconds, show Dialog in JD
We wait up to 40 seconds for My.JDownloader. All Timeouts are relative to the total starttime.
4. After 90 seconds without a reply, ask 9kw.eu
NOte that this example does not send any captchas to your mobile or the webinterface.
A typical Solving chain might be
0s Captcha Requested
0s JAntiCaptcha Starts - there is nothing to wait for
3s JAntiCaptcha Ends - could not solve
3s My.JDownloader.org starts. It had to wait for JAntiCaptcha, which is already done.
6s My.JDownloader.org ends - no result
6s A Dialog will pop up. Dialog solver hat to wait for My.JDownloader.org, which is done
66s A Dialog has an internal timeout of 60s. It will autoclose after 60 seconds without a solution.
66s 9KW will start - and maybe deliver a solution.
or
0s Captcha Requested
0s JAntiCaptcha Starts - there is nothing to wait for
20s JAntiCaptcha is still running, no solution yet
20s My.JDownloader.org starts. The 20s timeout is reached.
40s My.JDownloader.org is still running - no solution
40s A Dialog will pop up. Dialog solver hat to wait for My.JDownloader.org, and the 40s timeout is reached
90s 9kw will start, because its "wait up to 90 seconds for a dialog solution" timeout is reached.
Any further questions?