Class SchedulerGetAll

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.scheduler.SchedulerGetAll

@BoxBIF public class SchedulerGetAll extends BIF
  • Constructor Details

    • SchedulerGetAll

      public SchedulerGetAll()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Get a specific scheduler by name.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The scheduler object.
      Throws:
      IllegalArgumentException - if the scheduler name is not provided.