JAMS 6.x Help
WaitIfQueued Property (DependencyJob)


Gets or Sets the Wait If Queued property. If set to true, when the Job is ready to run, JAMS will look to see if the "Depends on Job" Job is scheduled or executing. If one or more of the "Depends on Job" Jobs are found, the current Job will remain in a pending state until all occurrences of of the "Depends on Job" have completed.
Syntax
'Declaration
 
Public Property WaitIfQueued As System.Boolean
'Usage
 
Dim instance As DependencyJob
Dim value As System.Boolean
 
instance.WaitIfQueued = value
 
value = instance.WaitIfQueued
public System.bool WaitIfQueued {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

DependencyJob Class
DependencyJob Members

Send Feedback