JCL Help:CreateSchedule
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: CreateSchedule Function
Search in JCL Help
Search in all projects
Summary
Creates and initializes a new schedule instance.
Pascal
function CreateSchedule: IJclSchedule;
Description
CreateSchedule creates, initializes and returns a new schedule instance. As the schedule is returned as an interface, you don't have to worry about freeing the instance. As soon as the last reference to the schedule goes out of scope (or a new value is assigned to a variable holding the reference) the instance will be freed.
See Also
About
Unit
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