sanders2222 Posted November 22, 2009 Posted November 22, 2009 I looked through the FAQ for an answer to the following question (but could not find one): Does a program that starts, execute to completion even if the parent folder condition changes from true to false? Example: Folder Away has condition: If Program 'AwayFlag' is true. Program in Folder has following actions: - Set 'Device' . . . - Set 'Device' . . . - . . . - Run Program 'AwayFlag' (Else Path) - Run Program 'Sunset' (Then Path) In the above example will the program 'Sunset' still run immediately after the flag is changed from true to false? OR does the execution halt when the parent folder condition changes by the preceding action? Secondly, if the then path is choosen for a program where it's parent folder condition is not true, will it execute or be ignored?
Sub-Routine Posted November 23, 2009 Posted November 23, 2009 Hello sanders, In my experience programs that are running in a folder that is disabled are stopped. Programs in a disabled folder cannot be run. Rand
Recommended Posts