adTempus API
ArcanaDevelopment.adTempus.Client Namespace / StartupTrigger Class / Delay Property


In This Topic
    Delay Property (StartupTrigger)
    In This Topic
    The number of minutes to way after adTempus starts before running the job
    Syntax
    'Declaration
     
    
    Public Property Delay As Integer
    public int Delay {get; set;}
    public:
    property int Delay {
       int get();
       void set (    int value);
    }
    See Also