MVPSI.JAMS Namespace : Schedule.Options Enumeration |
'Declaration
<System.FlagsAttribute()> Public Enum Schedule.Options Inherits System.Enum
'Usage
Dim instance As Schedule.Options
[System.Flags()] public enum Schedule.Options : System.Enum
Member | Description |
---|---|
Current | Creates a Schedule from the current schedule. |
IncludePlanned | Planned jobs should be included in the simulation. |
IncludeRepeated | Repeated jobs should be included in the simulation. |
IncludeTriggered | Triggered jobs should be simulated. |
Optimize | Optimizes the schedule generation for the JAMS Schedule service. You should not set this option from your code. |
Simulate | Simulated the execution of the scheduled jobs. |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.Schedule.Options
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