Returns the current status of Notify configuration.

This method can only be accessed by administrators or users with the notifynow_admin role. Users with all other roles get the message Unauthorized when trying to run the function in a script.

Table 1. Parameters
Name Type Description
None

Example

var nn = new SNC.NotifyNow();
gs.log(nn.getStatus());