JCL Help:TScheduleRecurringKind

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Type to specify the schedule recurring type.


Pascal

 public TScheduleRecurringKind = (
srkOneShot,
srkDaily,
srkWeekly,
srkMonthly,
srkYearly
);


Members

Members Description
srkOneShot The schedule is a one shot. Only one fire event will be generated on the specified start date/time. The schedule object doesn't support any additional interfaces.
srkDaily The schedule is a recurring schedule with an interval specified in days. The schedule object supports both the IJclScheduleDayFrequency as well as the IJclDailySchedule interface.
srkWeekly The schedule is a recurring schedule with an interval specified in weeks. The schedule object supports both the IJclScheduleDayFrequency as well as the IJclWeeklySchedule interface.
srkMonthly The schedule is a recurring schedule with an interval specified in months. The schedule object supports both the IJclScheduleDayFrequency as well as the IJclMonthlySchedule interface.
srkYearly The schedule is a recurring schedule with an interval specified in years. The schedule object supports both the IJclScheduleDayFrequency as well as the IJclYearlySchedule interface.


Description

TScheduleRecurringKind is the type used to specify what type of recurring schedule is used.


See Also

IJclSchedule.RecurringType


About

Unit

JclSchedule


Navigation

no pages or subcategories

Donator

Marcel Bestebroer


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page