JAMS 6.x Help
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.
MessageCodeLook at bits 31 and 30 to determine severity
MinimumValueValue must be greater than or equal to the specifed 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.
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

Send Feedback