A user asked for assistance in limiting a trigger to only execute once a week. Suggestions included building the logic into the script itself or setting a scheduled task for weekly execution. A link to information on using a scheduled task was also provided.
Read the entire ‘How to Limit Trigger Execution to Once a Week’ thread below:
Hello All, I have a trigger executing start of the Server script. Is there a way to limit the execution to 1 time per week? Meaning at any given time the trigger will run the script only 1 time per week regardless of the repetitive trigger actions after that.
You could build that logic into the script action itself (check for a file, registry, some self-made event, etc) or else a scheduled task set for weekly?
this also might help?
Continue reading and comment on the thread ‘How to Limit Trigger Execution to Once a Week’. Not a member? Join Here!
Categories: All Archives, ControlUp Scripts & Triggers