admGetNotificationScheme
Description
Retrieves a breakdown of events and notifications for a notification scheme.
Parameters
Return Type
Returns a notification scheme.
Example
JNotificationScheme noteScheme = admGetNotificationScheme("Default Notification Scheme", 11000);
runnerLog("Id: " + noteScheme.id);
runnerLog("Name: " + noteScheme.name);
runnerLog("Description: " + noteScheme.description );
See also
Peacock