trigger notification

trigger notification Structure: Trigger on receiving a notification.

trigger notification structure

Description

Notifications are messages sent by processes on a host. A notification can be sent by any process. That process can be owned by any user.

The notification mechanism is built upon Apple's CoreFoundation CFNotificationCenter implementation, and mirrored in Objective-C by NSNotificationCenter.

Notification triggers are an easy way to trigger the engine and recommended for use by others looking to integration their solutions.