Allows a User, Group, or Team (not Device) across any related notification process for this event process to be delivered.
The recipients listed in the parameter are used as parameters to perform an @Notification::delivered(recipients) for every notification created by this event process.
@event::delivered(list recipientTargetNames)
(String) recipientTargetNames: This is a list of Users or Groups that should be set to a state of delivered.
(Boolean) true for success; false for failure
This example illustrates how to set the event recipients to this event resolution business process to a state of delivered:
#Force all of the live notification for the recipients that
#have been involved by any notification associated
#with this event process to be considered delivered.
$stakeHolders = @event::getStakeHolders()
@event::delivered($stakeHolders)