JAMS 6.x Help
PrecheckCount Property


Gets the PrecheckCount property. If the Job or Setup definition allows the precheck Job to run on an interval this value indicates how many times the precheck Job has been released to run.
Syntax
'Declaration
 
Public Property PrecheckCount As System.Integer
'Usage
 
Dim instance As CurJob
Dim value As System.Integer
 
instance.PrecheckCount = value
 
value = instance.PrecheckCount
public System.int PrecheckCount {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

CurJob Class
CurJob Members