Hi everyone, I’m trying to get information about the how to use task control such as STOP to not continue the tasks when i’m running my checker, if you havce information about this, it could be help me, thanks a lot.
I’m not sure I follow, what do you mean by “task” and “task control”? There is no such thing. There are jobs. Do you want to be able to stop the job from inside a config? Why would you need something like that? Can you describe the use case a bit better?
Currently, I’m working with your library in my project, but is in console, i’m trying to include your methods to resume, stop, abort but i didn’t get how to use them while my project is running, for example i want to stop the jobs when i press “S”, how could i to implement that?
You would need to do something like this c# - Listen for key press in .NET console app - Stack Overflow
Yep, was an excelent help, thanks , i have naother question, how do you control your proxies? for example, bad proxied and banned proxie, what is the base to get one?
By default, proxies should be banned when the site doesn’t accept them anymore (e.g. the site shows a captcha or 403 page) and they should be marked as bad when the connection to the proxy itself doesn’t work or times out. At least that’s how I see it.
Banned proxies can be unbanned after a given time or so, but bad proxies shouldn’t be unbanned since they don’t work at all. Checking proxies beforehand can reduce the number of bad proxies.
NOTE: In OB2 currently there is no distinction, but it’s something I plan to add. The “Bad” counter is always zero at the moment.