adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ComputerMonitor Class / GracePeriod Property


In This Topic
    GracePeriod Property
    In This Topic
    The time after which the job is triggered
    Syntax
    'Declaration
     
    
    Public Property GracePeriod As TimeSpan
    public TimeSpan GracePeriod {get; set;}
    public:
    property TimeSpan GracePeriod {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    Remarks
    The interval is rounded up to the nearest minute. The job is triggered if the GracePeriod has elapsed since the last successful response.
    See Also