Auto pause/restart function when internet connection is lost?
googlealchemist
Anywhere I want
The main gsa software has this function but I noticed when my internet cut out, the platform identifier just kept plowing thru the list it was working on.
Comments
In proxy options set it to test the proxies say every 15 minutes
Select to test all Proxies (Good and bad)
In the general proxy settings enable like the below in red bracket.
If the internet is down it will fail to test all proxies, which mean there will be no active proxies
I have not used the above myself for that purpose as i run on a VPS or dedicated servers, and not from home PC. So, test it, might have to adjust the settings on the proxy test page a little.
The easiest way to solve this is to just get a VPS which has a low probability of internet getting disconnected.
Good luck and hope it solves your problem.
But there are other ways of doing this , but you will need a liitle understanding of basic coding.
Here is simple PowerShell script to stop a program if there is no internet connection:
check_internet.ps1
and use Task Scheduler to run it at your preferred interval.Steps to Set Up Task Scheduler
powershell.exe
as the program/script.-File "C:\Path\To\Your\Script\check_internet.ps1"
(replace the path with the actual path to your script).This will run the script at the specified intervals and stop the program if there is no internet connection.