Class MLabRunner


  • public class MLabRunner
    extends Object
    As modified from BiglyBT MLabPlugin
    Since:
    0.9.38
    • Method Detail

      • isRunning

        public boolean isRunning()
      • runNDT

        public MLabRunner.ToolRun runNDT​(MLabRunner.ToolListener listener)
        Non-blocking, spawns a thread and returns immediately.
        Parameters:
        listener - use to detect completion and get results
        Returns:
        a ToolRun object which may be used to cancel the test, or null if there was already a test in progress.
      • main

        public static void main​(String[] args)
        standalone test