JAMS Developer Guide
Job Method (WaitFor)


MVPSI.JAMS Namespace > WaitFor Class : Job Method
Sends a message to the JAMS Scheduler telling it that we are interested in the completion of a Job.
Syntax
'Declaration
 
Public Sub Job( _
   ByVal jobName As System.String, _
   ByVal minimumSeverity As Severity, _
   ByVal completedSince As System.Date, _
   ByVal waitForAll As System.Boolean _
) 
'Usage
 
Dim instance As WaitFor
Dim jobName As System.String
Dim minimumSeverity As Severity
Dim completedSince As System.Date
Dim waitForAll As System.Boolean
 
instance.Job(jobName, minimumSeverity, completedSince, waitForAll)
public void Job( 
   System.string jobName,
   Severity minimumSeverity,
   System.DateTime completedSince,
   System.bool waitForAll
)

Parameters

jobName
minimumSeverity
completedSince
waitForAll
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

WaitFor Class
WaitFor Members