JCL Help:IJclSchedule.NextEvent
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: IJclSchedule.NextEvent Method
Search in JCL Help
Search in all projects
Summary
Retrieves the timestamp for the next event.
Pascal
function NextEvent(CountMissedEvents: Boolean = False): TTimeStamp;
Parameters
Parameters | Description |
CountMissedEvents: Boolean = False | Flag to indicate if missed events should be counted. When set to True, any events that should have occured between the last generated event and the returned event are counted. If this leads to the end of the schedule, a null timestamp will be returned. |
Description
NextEvent retrieves the timestamp for the next event. If the schedule has ended, NextEvent will return a null timestamp (NullStamp).
Calling NextEvent is the same as calling NextEventFrom(LastTriggered).
About
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