JAMS 6.x Help
RecoverySeverity Enumeration


Minimum completion severity for triggering a recovery Job.
Syntax
'Declaration
 
Public Enum RecoverySeverity 
   Inherits System.Enum
'Usage
 
Dim instance As RecoverySeverity
public enum RecoverySeverity : System.Enum 
Members
MemberDescription
ErrorRecover if Error or worse
FatalRecover if Fatal
InfoRecover if Informational or worse
NeverNever recover
NotSpecifiedNot specified
SuccessAlways recover
WarningRecover if warning or worse
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.RecoverySeverity

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