Example of the NotifyEndNotifys Notification
The following code is an example usage of the NotifyEndNotifys notification:
this.AttachNotificationHandler(consts.get("SWE_PROP_BC_NOTI_END"), function (){
// No more notifications. Mark for UI Refresh.
this.SetProperty ("refreshUI", true);
});