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


In This Topic
    CurrentStepRestartCount Property
    In This Topic
    Indicates the number of times the current step has been restarted
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentStepRestartCount As Integer
    public int CurrentStepRestartCount {get;}
    public:
    property int CurrentStepRestartCount {
       int get();
    }
    Remarks
    RestartCount will be 0 for the initial execution of the step.
    See Also