ADSJob class

NoHolidays Property

    Arcana Scheduler Help

When the NoHolidays property is set, the job will not be run on days designated as holidays.

Data Type

boolean

Syntax

 

C++

job->get_NoHolidays(VARIANT_BOOL *value)
job
->
put_NoHolidays(VARIANT_BOOL value)

VB

job.NoHolidays

Remarks

The NoHolidays and OnlyHolidays properties are mutually exclusive. Setting the NoHolidays property to TRUE will set the OnlyHolidays property to FALSE.

The list of holidays recognized by the Scheduler is updated using the Configuration Editor. See the Arcana Scheduler online help for information.

This property only affects scheduled run times. If the RunOnStartup or RunIfMissed properties are set, the Scheduler will run the job when the service starts without regard to the date.