Package ortus.boxlang.runtime.async.tasks


package ortus.boxlang.runtime.async.tasks
  • Class
    Description
    The 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 Scheduler class.
    The ScheduledTask class is a Runnable that 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.