I have a few scripts, several groups are running the same scripts. I want to create a unique bolean to terminate all scripts for each group.
I'm thinking about combining a boleanname + the groupname.
Let's say my boleanname is ENDSCRIPTS and my group is defined as grp1, so the dynamic bolean should be ENDSCRIPTSgrp1. When you set this true only the scripts for grp1 should terminate.
How can this be done? Is there a way to return the physical groupname?