Jump to content

Including program status in e-mail (other than sys.program)


JimsEvilTwin

Recommended Posts

Posted

I'd like to generate an e-mail that tells me the True/False status of two programs. I see that ${sys.program.#.status} will work for the program generating the notification, but is there a similar substitution for "program X?" I've tried several variations such as ${sys.program.ProgramX.status}, etc.

Posted

I don't recall whether I have used this, but there is a program (true or false) condition which I assume can be used to trigger an email message. I can only assume (without refreshing my memory) that is works similar to a "status" in that it would trigger only when changing status .

Posted

JimsEvilTwin-

 

The # in the alert variable need to be the Decimal value of the program ID. So, if the program you want the status of is ID: 000A then the variable should be: ${sys.program.10.status}. Leaving the '#' in the variable seems to be shorthand for ID of the calling program.

 

-Xathros

Posted

Anytime! :)

 

-Xathros

Guest
This topic is now closed to further replies.

×
×
  • Create New...