Class SchedulerStats

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

@BoxBIF public class SchedulerStats extends BIF
  • Constructor Details

    • SchedulerStats

      public SchedulerStats()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Get the stats of all schedulers or a specific scheduler by name.

      Each stats structure contains the following fields:

      • created
      • lastExecutionTime
      • lastResult
      • lastRun
      • name
      • neverRun
      • nextRun
      • totalFailures
      • totalRuns
      • totalSuccess
        Specified by:
        _invoke in class BIF
        Parameters:
        context - The context in which the BIF is being invoked.
        arguments - Argument scope for the BIF.
        Returns:
        A single stats or all stats data