Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Sleep is in milliseconds and has a limit of 10,000. Anyway to sleep for 1 hour?
@caplaz Chenge type to expression and write 60*60*1000
60*60*1000
@caplaz Removed sleep limit.
@Tarkus make sure you don't have ignore error in script
@zortexx said in How to sleep for x minutes after x follows?:
@bennettjimmy63 Hi. Try to divide cycle_index to 25. And check the result. If it is integer then sleep 2400 seconds. ccf0eb8c-5c99-4af6-8955-5e0e203cea98-image.png But you should be sure that number that you check is not string. If not you just get wrong result anyway.
@bennettjimmy63 Hi. Try to divide cycle_index to 25. And check the result. If it is integer then sleep 2400 seconds.
ccf0eb8c-5c99-4af6-8955-5e0e203cea98-image.png
But you should be sure that number that you check is not string. If not you just get wrong result anyway.
Can't seem to figure this out bro, this didn't work out for me
@Hycore For anyone wondering I solved it with:
how that happens? how can i develop my own module? my combobox has numbers from 1 to 24. these represent the hours. When my user chooses 10, the sleep value should be 10000000. I couldn't .... help me @DarkDrake @Oyasumi-Punpun