adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / RestartLimit Property


In This Topic
    RestartLimit Property
    In This Topic
    The maximum number of times the job will be restarted in the current restart chain
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RestartLimit As Integer
    public int RestartLimit {get;}
    public:
    property int RestartLimit {
       int get();
    }
    See Also