Interface IScriptsEnabled

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IScriptsEnabled
Provides logic to check whether or not scripts are currently enabled. Used by timer and tag change scripts to squelch scripts from being run at inopportune times.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isScriptsEnabled

      boolean isScriptsEnabled()