Hello,
I need bot to not stop the bot based on the below condition:
- at the beginning of the process bot will ask that till what time bot should run,
if the user entered 30 minutes from the current time ,
if the end time exceeds 30 minutes the bot should stop the process,
if the end time is not exceeds bot should not stop the bot even if there is no data in the queue ,
how to achieve this??