adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobTrigger Class / TriggerDelay Property


In This Topic
    TriggerDelay Property (JobTrigger)
    In This Topic
    Delays execution of the job by the specified time
    Syntax
    'Declaration
     
    
    Public Property TriggerDelay As TimeSpan
    public TimeSpan TriggerDelay {get; set;}
    public:
    property TimeSpan TriggerDelay {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    Remarks
    When TriggerDelay is set, the job is queued with a status of "Waiting for delay" with the ExecutionHistoryItem.ScheduledStart set to the delayed start time. The Console will show the delayed start time as the "Execution Start" time for the queued instance.
    See Also