ADSJob class

OnlyHolidays property

    Arcana Scheduler Help

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

Data Type

boolean

Syntax

 

C++

job->get_OnlyHolidays(VARIANT_BOOL *value)
job
->
put_OnlyHolidays(VARIANT_BOOL value)

VB

job.OnlyHolidays

Remarks

The OnlyHolidays and NoHolidays properties are mutually exclusive. Setting the OnlyHolidays property to TRUE will set the NoHolidays 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.