JCL Help:TScheduleEndKind

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Type used to specify the schedule end type.


Pascal

 public TScheduleEndKind = (
sekNone,
sekDate,
sekTriggerCount,
sekDayCount
);


Members

Members Description
sekNone The schedule never ends or is a one shot.
sekDate The schedule ends at a specific date and time, specified by IJclSchedule.EndDate.
sekTriggerCount The schedule ends after n events have passed. n is specified by IJclSchedule.EndCount.
sekDayCount The schedule ends after n days on which events where processed. n is specified by IJclSchedule.EndCount.


Description

TScheduleEndKind is the type used to specify the end type of the schedule.


See Also

IJclSchedule.EndType


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