JAMS Developer Guide
ExitCodeHandling Enumeration


MVPSI.JAMS Namespace : ExitCodeHandling Enumeration
Defines how JAMS will evaluate the exit code of a job.
Syntax
'Declaration
 
Public Enum ExitCodeHandling 
   Inherits System.Enum
'Usage
 
Dim instance As ExitCodeHandling
public enum ExitCodeHandling : System.Enum 
Members
MemberDescription
EvenIsGoodEven values are good, odd values are bad.
MaximumValueValue must be less than or equal to the specified value.
MessageCodeLook at bits 31 and 30 to determine severity
MinimumValueValue must be greater than or equal to the specified value.
OddIsGoodOdd values are good, even values are bad.
OneIsGoodOne is good, anything else is bad.
OpenVMSMessageCodeLook at bits 1 and 0 to determine severity
PositiveIsGoodPositive is good, anything else is bad.
RangeValue must be within the specified inclusive range to be considered good.
SetByHostUse the severity set by the JAMSHost routine.
SpecificBadSpecific values are bad.
SpecificGoodSpecific values are good.
ZeroIsGoodZero is good, anything else is bad.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ExitCodeHandling

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