zatvorgt 5 Posted May 11, 2019 Share Posted May 11, 2019 Hello! need plugin to stop bot . Example to stop bot on 20.00 time .... any help?thanks! Link to comment https://wrobot.eu/forums/topic/11200-stop-bot-plugin-time/ Share on other sites More sharing options...
Droidz 2738 Posted May 15, 2019 Share Posted May 15, 2019 Hello, if (System.DateTime.Now.TimeOfDay.Hours == 20 && System.DateTime.Now.TimeOfDay.Minutes == 0) robotManager.Products.Products.ProductStop(); (not tested) Link to comment https://wrobot.eu/forums/topic/11200-stop-bot-plugin-time/#findComment-53659 Share on other sites More sharing options...
zatvorgt 5 Posted May 15, 2019 Author Share Posted May 15, 2019 4 hours ago, Droidz said: Hello, if (System.DateTime.Now.TimeOfDay.Hours == 20 && System.DateTime.Now.TimeOfDay.Minutes == 0) robotManager.Products.Products.ProductStop(); (not tested) it works!!thank you Droidz!!! Link to comment https://wrobot.eu/forums/topic/11200-stop-bot-plugin-time/#findComment-53670 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now