public static void ResumeSessionAndStartQueue() #endif { if (!Initialized) { return; } GAThreading.IgnoreTimer(Instance.SuspendBlockId); GALogger.I("Resuming session."); if (!SessionIsStarted()) { #if WINDOWS_UWP || WINDOWS_WSA await StartNewSession(); #else StartNewSession(); #endif } GAThreading.StartThread(); }