예제 #1
0
파일: WebQueue.java 프로젝트: HKbotz/RSBot
 public static void Destroy() {
   speedBuffer = true;
   cacheWriter.destroy();
 }
예제 #2
0
파일: WebQueue.java 프로젝트: HKbotz/RSBot
 public static boolean IsRunning() {
   return cacheWriter.IsRunning();
 }