adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ScriptExecutionTask Class / SuccessMinCode Property


In This Topic
    SuccessMinCode Property (ScriptExecutionTask)
    In This Topic
    The minimum (inclusive) or single exit code that represents success
    Syntax
    'Declaration
     
    
    Public Property SuccessMinCode As Integer
    public int SuccessMinCode {get; set;}
    public:
    property int SuccessMinCode {
       int get();
       void set (    int value);
    }
    Remarks
    When ExitCodeCriterion 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 SuccessMinCode is the value that is compared against.
    See Also