'Declaration
Public Enum ExitCodeHandling Inherits System.Enum
'Usage
Dim instance As ExitCodeHandling
public enum ExitCodeHandling : System.Enum
'Declaration
Public Enum ExitCodeHandling Inherits System.Enum
'Usage
Dim instance As ExitCodeHandling
public enum ExitCodeHandling : System.Enum
Member | Description |
---|---|
EvenIsGood | Even values are good, odd values are bad. |
MaximumValue | Value must be less than or equal to the specified value. |
MessageCode | Look at bits 31 and 30 to determine severity |
MinimumValue | Value must be greater than or equal to the specified value. |
OddIsGood | Odd values are good, even values are bad. |
OneIsGood | One is good, anything else is bad. |
OpenVMSMessageCode | Look at bits 1 and 0 to determine severity |
PositiveIsGood | Positive is good, anything else is bad. |
Range | Value must be within the specified inclusive range to be considered good. |
SetByHost | Use the severity set by the JAMSHost routine. |
SpecificBad | Specific values are bad. |
SpecificGood | Specific values are good. |
ZeroIsGood | Zero is good, anything else is bad. |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.ExitCodeHandling
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