AcManager.Tools.Starters.BaseStarter.IsAny C# (CSharp) Method

IsAny() private static method

private static IsAny ( ) : bool
return bool
        private static bool IsAny() {
            return Process.GetProcessesByName("acs.exe").Any() || Process.GetProcessesByName("acs_x86.exe").Any() ||
                    Process.GetProcessesByName("AssettoCorsa.exe").Any();
        }