ACAT.Lib.Core.Utility.WindowActivityMonitor.GetActiveWindowAsync C# (CSharp) Method

GetActiveWindowAsync() public static method

Asyncrhonously forces an event to be raised regardless of whether focus changed or not
public static GetActiveWindowAsync ( ) : void
return void
        public static void GetActiveWindowAsync()
        {
            _forceGetActiveWindow = true;
        }