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

IsWorkflowWaitingforDesignerLoad() public static method

Determines whether [is workflow waitingfor designer load] [the specified work surface key].
public static IsWorkflowWaitingforDesignerLoad ( WorkSurfaceKey workSurfaceKey ) : bool
workSurfaceKey WorkSurfaceKey The work surface key.
return bool
        public static bool IsWorkflowWaitingforDesignerLoad(WorkSurfaceKey workSurfaceKey)
        {
            return _resourcesCurrentlyInOpeningStateWaitingForLoad.Contains(workSurfaceKey);
        }