JAMS Developer Guide
ShortSeverity Enumeration


MVPSI.JAMS Namespace : ShortSeverity Enumeration
Severitys that a short jobs final severity can be changed to.
Syntax
'Declaration
 
Public Enum ShortSeverity 
   Inherits System.Enum
'Usage
 
Dim instance As ShortSeverity
public enum ShortSeverity : System.Enum 
Members
MemberDescription
ErrorChange severity to Error
FatalChange severity to Fatal
InfoChange severity to Informational
NoChangeDo not change severity
SuccessChange severity to success
WarningChange severity to warning
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ShortSeverity

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