JAMS 6.x Help
WithinTime Property (CurDependencySetup)


Gets the Time Range for this Dependency. Time Range Dependencies are usually less restrictive than a normal Dependency.

This is an optional property. If left unassigned, and the the Since Job is unassigned as well, then whenever the current Job is submitted, it will be in a wait state until the dependent Job completes with a satisfactory status.

Syntax
'Declaration
 
<System.ComponentModel.ReadOnlyAttribute(True)>
Public Property WithinTime As DeltaTime
'Usage
 
Dim instance As CurDependencySetup
Dim value As DeltaTime
 
instance.WithinTime = value
 
value = instance.WithinTime
[System.ComponentModel.ReadOnly(true)]
public DeltaTime WithinTime {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

CurDependencySetup Class
CurDependencySetup Members

Send Feedback