/// <summary> /// Tick to process queue from tracking thread /// </summary> public void ProcessQueueTick() { TrackingManager.ProcessQueue(); }