You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`OwnershipStatus.Transferable`|`OwnershipRequestStatus.RequestSent`| Ownership is transferred immediately, as long as a request isn't already in progress and the NetworkObject's ownership isn't locked. Ownership isn't locked after the transfer. |
49
-
|`OwnershipStatus.RequestRequired`|`OwnershipRequestStatus.RequestSent`| Request granted, as long as a request isn't already in progress and the NetworkObject's ownership isn't locked. Ownership is locked after the request is granted. |
49
+
|`OwnershipStatus.RequestRequired`|`OwnershipRequestStatus.RequestSent`| Request granted, as long as a request isn't already in progress and the NetworkObject's ownership isn't locked. |
50
50
|`OwnershipStatus.RequestRequired` but `IsOwner` is `true`for the requesting client |`OwnershipRequestStatus.AlreadyOwner`| No action taken. The current client is already the owner. |
51
51
|`OwnershipStatus.RequestRequired` but `IsOwnershipLocked` is `true`|`OwnershipRequestStatus.Locked`| Request denied. The current owner has locked ownership which means requests can't be made at this time. |
52
52
|`OwnershipStatus.RequestRequired` but `IsRequestInProgress` is `true`|`OwnershipRequestStatus.RequestInProgress`| Request denied. A known request is already in progress. You can scan for ownership changes and try again after a specific period of time or no longer attempt to request ownership. |
0 commit comments