Scripting / tasks - Single threading certain tasks?
Posted: Tue Sep 30, 2003 6:41 am
Hi Everyone,
While it's a really neat feature that HB let's one run multiple scripts and tasks concurrently, I do have an occasional need to ensure that only one script of a paticular set is run at any given time.
My example relates to power control. I have a group of taks that turn the system on or off or cycle portions of it. However, these are all mutually exclusive as far as runtime goes. Don't want power on running at the same time power off is running
Therefore, is there any way to have a task or a script look at a group property to determine if one of its peers is currently running and skip this run request?
Thanks,
While it's a really neat feature that HB let's one run multiple scripts and tasks concurrently, I do have an occasional need to ensure that only one script of a paticular set is run at any given time.
My example relates to power control. I have a group of taks that turn the system on or off or cycle portions of it. However, these are all mutually exclusive as far as runtime goes. Don't want power on running at the same time power off is running

Therefore, is there any way to have a task or a script look at a group property to determine if one of its peers is currently running and skip this run request?
Thanks,