IUserNotification public interface IUserNotification Documentation void Alert(string message) void AlertCriticalError(string message) bool AlertWarningSkippable(string message) Used to wrap an "OK/Cancel" workflow; Implementers should return TRUE if the process is to continue, FALSE if not