LicenseState
¶
enum class LicenseState {
PREPARING,
READY,
UNAVAILABLE,
}
Properties
PREPARING
A state indicating that the `License` is currently being prepared and is expected to reach `READY` soon.
READY
A state indicating that the `License` is ready for use or already in use.
UNAVAILABLE
A state indicating that the `License` is currently unavailable.
This state can be used to indicate downtime or service interruptions by the provider.