Vixen
02b45cc4
csharp
public enum ClientTransferState

What the client is doing about a transfer.

Read the guide page for this →

Fields and properties (6)

  • Settled

    One session, no transfer.

  • Connecting

    Told where to go. Opening the second session.

  • Loading

    Two sessions. Playing on the first, loading on the second.

  • Waiting

    Loaded and reported ready. Waiting for the commit.

  • Switched

    Switched. The old session is closing.

  • Abandoned

    It 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