Dev2.Utils.OpeningWorkflowsHelper.IsLoadedInFocusLossCatalog C# (CSharp) Method

IsLoadedInFocusLossCatalog() public static method

Determines whether [is loaded information focus loss catalog] [the specified work surface key].
public static IsLoadedInFocusLossCatalog ( WorkSurfaceKey workSurfaceKey ) : bool
workSurfaceKey WorkSurfaceKey The work surface key.
return bool
        public static bool IsLoadedInFocusLossCatalog(WorkSurfaceKey workSurfaceKey)
        {
            return _resourcesCurrentlyWaitingForFirstFocusLoss.ContainsKey(workSurfaceKey.ToString());
        }