withSIX.Play.Core.Games.Legacy.BusyStateHandler.CheckAndSetBusy C# (CSharp) Method

CheckAndSetBusy() private method

private CheckAndSetBusy ( ) : bool
return bool
        bool CheckAndSetBusy() {
            var value = CheckAndSetBusyInternal();
            return value;
        }