JAMS 6.x Help
ReferenceType Enumeration


Job Reference Types.
Syntax
'Declaration
 
Public Enum ReferenceType 
   Inherits System.Enum
'Usage
 
Dim instance As ReferenceType
public enum ReferenceType : System.Enum 
Members
MemberDescription
ActionA Trigger Action references the Job
EventA Trigger Event references the Job
FolderNotifyA Folder references the Job as a Notification Job
JobDependAnother Job depends upon this Job
JobSinceA Job Dependency references the Job as a "Since Job"
NotifyAnother Job references the Job as a Notification Job
PrecheckAnother Job references the Job as a Precheck Job
RecoveryAnother Job references the Job as a Recovery Job
SetupA Setup references the Job
SetupDependA Setup depends upon this Job
SetupNotifyA Setup references the Job as a Notification Job
SetupPrecheckA Setup references the Job as a Precheck Job
SetupRecoveryA Setup references the Job as a Recovery Job
SetupSinceA Setup Dependency references the Job as a "Since Job"
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ReferenceType

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

Send Feedback