ClockChangeBehavior Enumeration
In This Topic
Defines options that determine how a job will be affected if the system clock is changed.
Syntax
Members
Member | Value | Description |
NoSpecialBehavior | 0 |
No special behavior (if clock is set back, job may run in the overlapping interval; if it is set forward, executions may be missed).
|
RerunIfSetBack | 1 |
If the clock is set back, the job will be run again each time its scheduled time reoccurs. If this value is not specified, the "overlapping" times will not cause an execution.
|
RunOnceIfSetForward | 2 |
If the clock is set forward, the job will be run once if the clock is set forward such that a scheduled execution time is missed. If this value is not specified, the job will not be executed.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.ClockChangeBehavior
See Also