I have a UserParamater (PDFBatch_Unstarted) that returns an integer. I want to monitor the value and if its moving or not. Mostly, if it stops moving.
For example, if the integer stops changing for a period of 30min, I want a trigger to hit (and I'll attach an action to it). If the item has changed (up or down) over the last 30min, then I dont want a trigger to fire.
Do I need to use the .change() method? I'm honestly lost as to where to start here.
{SERVER:PDFBatch_Unstarted.change(0)}>0
Any guidance would be appreciated.
For example, if the integer stops changing for a period of 30min, I want a trigger to hit (and I'll attach an action to it). If the item has changed (up or down) over the last 30min, then I dont want a trigger to fire.
Do I need to use the .change() method? I'm honestly lost as to where to start here.
{SERVER:PDFBatch_Unstarted.change(0)}>0
Any guidance would be appreciated.
Comment