Interface ScriptTask

All Superinterfaces:
Runnable
All Known Implementing Classes:
LoopScriptTask

public interface ScriptTask extends Runnable
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • shouldExecute

      default boolean shouldExecute()