adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IComputerMonitorScriptParameters Interface / FailureCount Property


In This Topic
    FailureCount Property
    In This Topic
    The number of consecutive failures since the last successful result.
    Syntax
    'Declaration
     
    
    ReadOnly Property FailureCount As Integer
    int FailureCount {get;}
    property int FailureCount {
       int get();
    }
    See Also