Jump to content

Wait or Repeat interrupted in a disabled program?


andyf0

Recommended Posts

Curious about this, if you have a program

 

if
  status  is on
then
  wait 10 minutes
  set  off
else

 

I understand that normally if the state of changes the "wait" is interrupted and the "if" is re-evaluated. But does this happen if you are running (if) the program manually and it is disabled?

Link to comment

A Disabled Program is not affected by state change.

 

Watch Programs | Summary page. Run the Program manually and follow the Activity column as state changes in Disabled Program. The Else clause does not run when state changed.

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...