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

IsWorkflowWaitingForWaterMarkUpdates() public static method

Determines whether [is workflow waiting for water mark updates] [the specified work surface key].
public static IsWorkflowWaitingForWaterMarkUpdates ( WorkSurfaceKey workSurfaceKey ) : bool
workSurfaceKey WorkSurfaceKey The work surface key.
return bool
        public static bool IsWorkflowWaitingForWaterMarkUpdates(WorkSurfaceKey workSurfaceKey)
        {
            return _resourceCurrentlyWaitingForWaterMarkUpdates.Contains(workSurfaceKey);
        }