Interface TaskFunction

    • Method Summary

      Modifier and Type Method Description
      void runTask()
      Executes this sequential process.
    • Method Detail

      • runTask

        void runTask()
        Executes this sequential process. Only one thread at a time will execute runTask for this TaskFunction.