adTempus API
|
The ScheduleTrigger is a trigger that causes the job to execute at specified dates and times.
__interface IScheduleTrigger : ITrigger;
public interface IScheduleTrigger : ITrigger;
Public Interface IScheduleTrigger Inherits ITrigger
{4FEA7351-5A68-487E-A464-31AA559C598C}
Each ScheduleTrigger has one or more Schedules that define the dates and times when the job should run, and optionally a holiday set that defines days when the job does not run.
ScheduleTrigger
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|