JAMS 6.x Help
Schedule.Options Enumeration


Options that can be passed to the Schedule.Find method.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum Schedule.Options 
   Inherits System.Enum
'Usage
 
Dim instance As Schedule.Options
[System.Flags()]
public enum Schedule.Options : System.Enum 
Members
MemberDescription
CurrentCreates a Schedule from the current schedule.
IncludePlannedPlanned jobs should be included in the simulation.
IncludeRepeatedRepeated jobs should be included in the simulation.
IncludeTriggeredTriggered jobs should be simulated.
OptimizeOptimizes the schedule generation for the JAMS Schedule service. You should not set this option from your code.
SimulateSimulated the execution of the scheduled jobs.
Inheritance Hierarchy

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

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