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();
}
See Also