Jump to content

program active test


oskrypuch

Recommended Posts

From the Program Summary page, programs can be listed as Enabled (on/off), Activity (idle/running 'xxx') and Status (true/false)

 

In an IF statement you can test for the Status like so:

 

If
   Program 'DoSomething' is True
...

 

I don't see any way to directly test for the Activity of a program, IOW whether it is currently idle or running Then or Else, etc.

 

You could handle it with a separate Program "variable", but that is a bit clumsy.

 

That was what I was asking.

 

* Orest

Link to comment

Archived

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


×
×
  • Create New...