AGS.Editor.AutoComplete.OnBackgroundCacheUpdateStatusChanged C# (CSharp) Method

OnBackgroundCacheUpdateStatusChanged() private static method

private static OnBackgroundCacheUpdateStatusChanged ( BackgroundAutoCompleteStatus status, Exception errorDetails ) : void
status BackgroundAutoCompleteStatus
errorDetails System.Exception
return void
        private static void OnBackgroundCacheUpdateStatusChanged(BackgroundAutoCompleteStatus status, Exception errorDetails)
        {
            if (BackgroundCacheUpdateStatusChanged != null)
            {
                BackgroundCacheUpdateStatusChanged(status, errorDetails);
            }
        }