Hi!
I have a tag that changes. I don't know when it's going to change. It's dependedant on a machine.
I have an script that executes whenever the tag changes. However, because the tag could be more than 30 seconds without executing. I would like to execute the script again.
The conditions:
- The script should execute everytime the tag changes
- The script should execute if more than 30 seconds before the last script execution have passed
I'm not really sure how to aproach this...