ADSJob class
Arcana Scheduler Help
The KillNotificationRecipients property specifies e-mail and/or network broadcast recipients who will receive notification if the Scheduler forcibly terminates a program (based on the LimitRun and MaxRunTime properties) and the KillAction property is set to ADS_SEND_NOTIFICATION.
BSTR
C++ |
job->get_KillNotificationRecipients(BSTR
*recipients) |
VB |
job.KillNotificationRecipients |
The recipients list may contain any number of recipients separated by commas. Each recipient must be a valid SMTP e-mail address (for e-mail notification) or the name of a computer or user to notify (for network broadcast notification).