adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobQueue Class / ExclusionPeriods Property

In This Topic
    ExclusionPeriods Property (JobQueue)
    In This Topic
    The ExclusionPeriods that apply to this Group.
    Syntax
    'Declaration
     
    
    <RequiredVersionAttribute(5, 
       0, 
       0, 
       0)>
    Public ReadOnly Property ExclusionPeriods As ExclusionPeriodCollection
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public ExclusionPeriodCollection ExclusionPeriods {get;}
    Remarks
    When Exclusion Periods are defined, jobs in this group (or sub-groups) do not execute during defined Exclusion Periods.
    See Also