SystemState

enum SystemState

Represents the state of the system

Entries

Link copied to clipboard

System is in Idle state

Link copied to clipboard

System is updating

Link copied to clipboard

System is in sleep state

Link copied to clipboard

System is restarting

Functions

Link copied to clipboard
open fun valueOf(name: String): SystemState
Link copied to clipboard
open fun values(): Array<SystemState>