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


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