Conditions after Wait


#1

If I add a Wait action in an If statement and the conditions of said If statement is no longer true, will actions following the Wait still execute?

For example, row 52 in this piston, if during the time, the motion sensor is active again:

Thanks in Advance.


#2

Under the default configuration of “Cancel tasks on condition state change” it seems this will behave how you want – if the condition has changed in the middle of the wait then the actions following the wait will not be executed. You would need to use a different task cancellation policy on your if statement in order to continue executing statements after the if condition has changed.


Turn something off after in away mode for a set amount of time
#3

@ipaterson is right. Under that menu that he mentioned, there’s an option called “never cancel tasks.”