JAMS 6.x Help
NotifySeverity Enumeration


Completion severities for triggering notification.
Syntax
'Declaration
 
Public Enum NotifySeverity 
   Inherits System.Enum
'Usage
 
Dim instance As NotifySeverity
public enum NotifySeverity : System.Enum 
Members
MemberDescription
ErrorNotify if error or worse
FatalNotify if fatal
InfoNotify if informational or worse
NeverNever notify
NotSpecifiedNot specified, will be inherited
SuccessAlways notify
WarningNotify if warning or worse
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.NotifySeverity

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MVPSI.JAMS Namespace

Send Feedback