Learn R Programming

SimDesign (version 2.19.2)

notify: Send a simulation notification

Description

Package extensions can implement custom notifiers by creating S3 methods for this generic.

Usage

notify(notifier, event, event_data)

Arguments

notifier

The notifier object

event

Character string indicating the notification trigger ("condition" or "complete")

event_data

List containing context information for the notification