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


In This Topic
    TriggerDelay Property (FileTrigger)
    In This Topic
    Waits for the specified time to elapse after the file was last modified before triggering the job
    Syntax
    'Declaration
     
    
    Public Property TriggerDelay As TimeSpan
    public TimeSpan TriggerDelay {get; set;}
    public:
    property TimeSpan TriggerDelay {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    See Also