There are a few cases where bots get stuck waiting for a response. It might be a good idea to first use SIGINT so that a bot has the chance to shut down gracefully. Only if it still is not resonding one can use SIGKILL.
The problems seems to be that on windows it is a bit tricky. Maybe this is how it can be done: https://docs.microsoft.com/en-us/windows/console/generateconsolectrlevent
There are a few cases where bots get stuck waiting for a response. It might be a good idea to first use SIGINT so that a bot has the chance to shut down gracefully. Only if it still is not resonding one can use SIGKILL.
The problems seems to be that on windows it is a bit tricky. Maybe this is how it can be done: https://docs.microsoft.com/en-us/windows/console/generateconsolectrlevent