ADSJob class

KillNotificationRecipients Property

    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.

Data Type

BSTR

Syntax

 

C++

job->get_KillNotificationRecipients(BSTR *recipients)
job
->put_KillNotificationRecipients (BSTR recipients)

VB

job.KillNotificationRecipients

Remarks

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).