adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ResponseEvent Class / ExitCodeMin Property


In This Topic
    ExitCodeMin Property
    In This Topic
    The minimum (inclusive) or single exit code to test against when Event is ArcanaDevelopment.adTempus.Shared.JobEvent.TaskCompletedWithExitCode
    Syntax
    'Declaration
     
    
    Public Property ExitCodeMin As Integer
    public int ExitCodeMin {get; set;}
    public:
    property int ExitCodeMin {
       int get();
       void set (    int value);
    }
    Remarks
    When ComparisonOperator is ArcanaDevelopment.adTempus.Shared.ExitCodeTestType.BT the SuccessMinCode represents the minimum value (inclusive) of the range that represents success. For all other test types, the ExitCodeMin is the value that is compared against.
    See Also