notify {SimDesign} | R Documentation |
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 |
[Package SimDesign version 2.20.0 Index]