Jump to content

Wait or Repeat interrupted in a disabled program?


andyf0

Recommended Posts

Posted

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?

Posted

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.

Posted

Thanks Lee. It occurred to me that may be the case but I wanted to check. Of course my real program was with a 1 second delay so it was hard to determine visually.

Guest
This topic is now closed to further replies.

  • Recently Browsing

    • No registered users viewing this page.
  • Forum Statistics

    • Total Topics
      37.3k
    • Total Posts
      373.2k
×
×
  • Create New...