Class BoxScheduler

java.lang.Object
ortus.boxlang.runtime.async.tasks.BaseScheduler
ortus.boxlang.runtime.async.tasks.BoxScheduler
All Implemented Interfaces:
IScheduler

public class BoxScheduler extends BaseScheduler
This class acts as a wrapper around the target BoxLang scheduler. It implements the IScheduler interface and provides the life-cycle callbacks that are required by the BoxLang scheduler system.