Note

You are not reading the most recent version of this documentation. 1.4.7 is the latest version available.

LicenseServerState

public enum LicenseServerState

Enum Constants

CheckingForLicense

public static final LicenseServerState CheckingForLicense

FetchingOptions

public static final LicenseServerState FetchingOptions

Idle

public static final LicenseServerState Idle

ObtainingLoginURL

public static final LicenseServerState ObtainingLoginURL

WaitingForLocalLicenseServer

public static final LicenseServerState WaitingForLocalLicenseServer

WaitingForUserAuthentication

public static final LicenseServerState WaitingForUserAuthentication

Methods

fromInteger

public static LicenseServerState fromInteger(int value)

toInteger

public static int toInteger(LicenseServerState value)