Class QDLThread

  • All Implemented Interfaces:
    Runnable

    public class QDLThread
    extends Thread
    This is used to fork scripts and run them in their own threads.

    Created by Jeff Gaynor
    on 2/7/23 at 7:02 AM

    • Constructor Detail

      • QDLThread

        public QDLThread​(State qdlState,
                         QDLScript qdlScript,
                         int pid)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread
      • cleanup

        protected void cleanup()