csharp
public enum ClientTransferStateWhat the client is doing about a transfer.
Fields and properties (6)
SettledOne session, no transfer.
ConnectingTold where to go. Opening the second session.
LoadingTwo sessions. Playing on the first, loading on the second.
WaitingLoaded and reported ready. Waiting for the commit.
SwitchedSwitched. The old session is closing.
AbandonedIt did not happen. Still on the first session, which never stopped working.
Used by (3)
- ClientTransferVixen.Live.Transfer
- ClientTransferTestsVixen.Live.Transfer.Tests
- TransferFleetVixen.Live.Realm.Tests