How can i schedule a task to run a script to start a certain time & end at certain time everyday?
For example:
start at 1300hrs; end at 1400hours
start at 1500hrs; end at 1600hours
start at 1700hrs; end at 1800hours ... and so on
I'm using While (for loop), if and else. How can i force to exit Nodejs and give success inside the loop ? I did try to create success action and use it, but not working well.