3536373839404142434445
} SubmissionRobotThread thread = workerThread; workerThread = null; thread.shutdown(); thread.join(); } synchronized public void stopTimeoutMillis(int millis) throws Exception { if( null == workerThread ) { return;
46474849505152535455
} SubmissionRobotThread thread = workerThread; workerThread = null; thread.shutdown(); thread.join(millis); thread.interrupt(); } }