JAMS Developer Guide
PrecheckJob Constructor(String,Boolean)


MVPSI.JAMS Namespace > PrecheckJob Class > PrecheckJob Constructor : PrecheckJob Constructor(String,Boolean)
Create a PrecheckJob element with the specified job name.
Syntax
'Declaration
 
Public Function New( _
   ByVal jobName As System.String, _
   Optional ByVal isRelative As System.Boolean _
)
'Usage
 
Dim jobName As System.String
Dim isRelative As System.Boolean
 
Dim instance As New PrecheckJob(jobName, isRelative)
public PrecheckJob( 
   System.string jobName,
   System.bool isRelative
)

Parameters

jobName
isRelative
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 Class
PrecheckJob Members
Overload List