JAMS 6.x Help
Schedule.Reason Enumeration


Identifies the reason that a job was added to a schedule.
Syntax
'Declaration
 
Public Enum Schedule.Reason 
   Inherits System.Enum
'Usage
 
Dim instance As Schedule.Reason
public enum Schedule.Reason : System.Enum 
Members
MemberDescription
AutomaticThe job is automatically scheduled.
PlannedThe job is not automatically scheduled but it's scheduled date matches.
RepeatedThe job was submitted as part of a repeating job.
TriggeredThe job was triggered.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.Schedule.Reason

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