JAMS Developer Guide
PrecheckJob Class
Members 


MVPSI.JAMS Namespace : PrecheckJob Class
A Precheck is a prerequisite element that can be applied to jobs or folders. When JAMS evaluates the precheck, it submits the job specified in the precheck and a successful completion satisfies the prerequisite. If the job fails, JAMS will retry the job after the specified delay. This repeats until the precheck job is successful.
Object Model
PrecheckJob Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
Public Class PrecheckJob 
   Inherits Element
   Implements IElement 
'Usage
 
Dim instance As PrecheckJob
[System.Runtime.Serialization.DataContract()]
public class PrecheckJob : Element, IElement  
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.Element
      MVPSI.JAMS.PrecheckJob

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

PrecheckJob Members
MVPSI.JAMS Namespace