Hi all . I'm trying to find the best ways to pause a bot for say example 11pm until say 3 am.
many thanks and Merry Christmas to all. Iain
Best way to pause a bot
- jamesedwards
- Posts: 5039
- Joined: Wed Nov 21, 2018 6:16 pm
'Fixed date and time' is a 'rule trigger time' option.
So you can set a stored value that changes based on whether inside or outside your required time band. Then use that stored value as a condition against all your triggers.
eg set SV to 1 between 03:00 and 22:59. Set SV to 0 between 23:00 and 23:59. Then use a condition that SV = 1 on your triggers.
