JAMS 6.x Help
WaitForEntry Method


A valid JAMS Entry number
Creates a dynamic dependency on the passed in entry number. The job being submitted will not start until the specified entry completes. You can call this multiple times to create multiple dynamic dependencies.
Syntax
'Declaration
 
Public Sub WaitForEntry( _
   ByVal entryNumber As System.Integer _
) 
'Usage
 
Dim instance As Submit.Info
Dim entryNumber As System.Integer
 
instance.WaitForEntry(entryNumber)
public void WaitForEntry( 
   System.int entryNumber
)

Parameters

entryNumber
A valid JAMS Entry number
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

Submit.Info Class
Submit.Info Members