Jump to content

Stop bot plugin time


zatvorgt

Recommended Posts

Hello,

if (System.DateTime.Now.TimeOfDay.Hours == 20 && System.DateTime.Now.TimeOfDay.Minutes == 0)
    robotManager.Products.Products.ProductStop();

(not tested)

Link to comment
Share on other sites

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...