adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExclusionPeriod Class / ApplyToManualExecution Property


In This Topic
    ApplyToManualExecution Property
    In This Topic
    Determines whether the Exclusion Period applies when the job is run manually using ExecuteJob.
    Syntax
    'Declaration
     
    
    Public Property ApplyToManualExecution As Boolean
    public bool ApplyToManualExecution {get; set;}
    public:
    property bool ApplyToManualExecution {
       bool get();
       void set (    bool value);
    }
    Remarks
    This setting is ignored if ArcanaDevelopment.adTempus.Shared.JobExecutionOptions.IgnoreExclusionPeriods is set when running the job.
    See Also