adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / ExitCodeTestTypeDescription Method
The ExitCodeTestType used for the rule.
The minimum exit code, if applicable.
The maximum exit code, if applicable.


In This Topic
    ExitCodeTestTypeDescription Method
    In This Topic
    Gets the description for an exit code test rule.
    Syntax
    'Declaration
     
    
    Public Shared Function ExitCodeTestTypeDescription( _
       ByVal ComparisonOperator As ExitCodeTestType, _
       ByVal ExitCodeMin As Nullable(Of Integer), _
       ByVal ExitCodeMax As Nullable(Of Integer), _
       ByVal exitCodeRange As String _
    ) As String

    Parameters

    ComparisonOperator
    The ExitCodeTestType used for the rule.
    ExitCodeMin
    The minimum exit code, if applicable.
    ExitCodeMax
    The maximum exit code, if applicable.
    exitCodeRange
    See Also