com.microsoft.azure.gaming.SessionHostStatus Maven / Gradle / Ivy
package com.microsoft.azure.gaming;
/**
 * The series of game states we support.
 * Note: This needs to match the VM Agent and C++/C# GSDK
 */
enum SessionHostStatus {
    Invalid,
    Initializing,
    StandingBy,
    Active,
    Terminating,
    Terminated,
    Quarantined, // TODO: Remove when CP no longer has Quarantine
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy