Package ortus.boxlang.runtime.async.tasks
package ortus.boxlang.runtime.async.tasks
-
ClassDescriptionThe Async Scheduler is in charge of registering scheduled tasks, starting them, monitoring them and shutting them down if needed.This class acts as a wrapper around the target BoxLang scheduler.All BoxLang schedulers must implement this interface and inherit from the
Schedulerclass.The ScheduledTask class is aRunnablethat is used by the schedulers to execute tasks in a more human and fluent approach.The task record holds all the information of a living task in the scheduler.