Restart the robot
Created at 06 Nov 2017, 19:40
Restart the robot
06 Nov 2017, 19:40
Hi,
I would like my robot restart every day at midnight can i do that ?
protected override void OnTick()
{
if midnight OnStop();
}
protected override void OnStop()
{
OnStart();
}
And need indicateru for to know the trend ?
thks !