ADSJob class
Arcana Scheduler Help
The BadRunNotificationRecipients property specifies e-mail and/or network broadcast recipients who will receive notification if the scheduled program returns an exit code that indicates failure (based on the ExitCodeCriterion and ExitCodeComparisonOperator properties) and the BadRunAction property is set to ADS_SEND_NOTIFICATION.
BSTR
C++ |
job->get_BadRunNotificationRecipients(BSTR
*recipients) |
VB |
job.BadRunNotificationRecipients |
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).