JAMS 6.x Help
RestartCount Property (History)


Gets the restart count for this run. It is zero for the initial run and is incremented each time the Job is restarted.
Syntax
'Declaration
 
Public Property RestartCount As System.Integer
'Usage
 
Dim instance As History
Dim value As System.Integer
 
instance.RestartCount = value
 
value = instance.RestartCount
public System.int RestartCount {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

History Class
History Members