Class ExecutorHas

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.async.ExecutorHas

@BoxBIF public class ExecutorHas extends BIF
  • Constructor Details

    • ExecutorHas

      public ExecutorHas()
      Constructor
  • Method Details

    • _invoke

      public Boolean _invoke(IBoxContext context, ArgumentsScope arguments)
      Verify if an executor exists
      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 result of the invocation
      Throws:
      KeyNotFoundException - If the executor is not found.