May 11, 20197 yr Hello! need plugin to stop bot . Example to stop bot on 20.00 time .... any help?thanks!
May 15, 20197 yr Hello, if (System.DateTime.Now.TimeOfDay.Hours == 20 && System.DateTime.Now.TimeOfDay.Minutes == 0) robotManager.Products.Products.ProductStop(); (not tested)
May 15, 20197 yr Author 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!!!
Create an account or sign in to comment