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


In This Topic
    RestartCount Property (ExecutionHistoryItem)
    In This Topic
    Indicates the number of times the job has been restarted in the current restart chain
    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 job. If the job is restarted by a JobControlAction the RestartCount for the instance created by the restart will be 1. Subsequent restarts in the same chain will each increment the count.
    See Also