JCL Help:IJclSchedule.NextEventFrom

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieves the timestamp for the next event given a starting timestamp.


Pascal

 function NextEventFrom(const FromEvent: TTimeStamp; CountMissedEvent: Boolean = False): TTimeStamp;


Parameters

Parameters Description
const FromEvent: TTimeStamp Timestamp from which the next event is to be determined.
CountMissedEvents 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

NextEventFrom retrieves the timestamp for the next event given a starting timestamp. If the schedule has ended, NextEventFrom will return a null timestamp (NullStamp).


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