adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryStep Class / RestartCount Property


In This Topic
    RestartCount Property (ExecutionHistoryStep)
    In This Topic
    Indicates the number of times the step has been restarted
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RestartCount As Integer
    public int RestartCount {get;}
    public:
    property int RestartCount {
       int get();
    }
    Remarks
    RestartCount will be 0 for the initial execution of the step. If the step is restarted by a JobControlAction the RestartCount for the ExecutionHistoryStep created by the restart will be 1. Subsequent restarts in the same job execution will each increment the count.
    See Also