JAMS Developer Guide
DependencyType Enumeration


MVPSI.JAMS Namespace : DependencyType Enumeration
Dependency type, what kind of dependency is this.
Syntax
'Declaration
 
Public Enum DependencyType 
   Inherits System.Enum
'Usage
 
Dim instance As DependencyType
public enum DependencyType : System.Enum 
Members
MemberDescription
EntryDepends upon a specific entry
FileDepends upon the presense or absense of a file
JobDepends upon another job
NetworkDepends upon a remote job
NoneNot specified
VariableDepends upon a Variable value
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.DependencyType

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

MVPSI.JAMS Namespace