enum Steamcr::EDisplayStatus

Defined in:

steamd/enums.cr

Enum Members

INVALID = 0
LAUNCHING = 1
UNINSTALLING = 2
INSTALLING = 3
RUNNING = 4
VALIDATING = 5
UPDATING = 6
DOWNLOADING = 7
SYNCHRONIZING = 8
READY_TO_INSTALL = 9
READY_TO_PRELOAD = 10
READY_TO_LAUNCH = 11
REGION_RESTRICTED = 12
PRESALE_ONLY = 13
INVALID_PLATFORM = 14
PARENTAL_BLOCKED = 15
PRELOAD_ONLY = 16
BORROWER_LOCKED = 17
UPDATE_PAUSED = 18
UPDATE_QUEUED = 19
UPDATE_REQUIRED = 20
UPDATE_DISABLED = 21
DOWNLOAD_PAUSED = 22
DOWNLOAD_QUEUED = 23
DOWNLOAD_REQUIRED = 24
DOWNLOAD_DISABLED = 25
LICENSE_PENDING = 26
LICENSE_EXPIRED = 27
AVAIL_FOR_FREE = 28
AVAIL_TO_BORROW = 29
AVAIL_GUEST_PASS = 30
PURCHASE = 31

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_io(io, format) #

[View source]

Instance Method Detail

def avail_for_free? #

[View source]
def avail_guest_pass? #

[View source]
def avail_to_borrow? #

[View source]
def borrower_locked? #

[View source]
def download_disabled? #

[View source]
def download_paused? #

[View source]
def download_queued? #

[View source]
def download_required? #

[View source]
def downloading? #

[View source]
def installing? #

[View source]
def invalid? #

[View source]
def invalid_platform? #

[View source]
def launching? #

[View source]
def license_expired? #

[View source]
def license_pending? #

[View source]
def parental_blocked? #

[View source]
def preload_only? #

[View source]
def presale_only? #

[View source]
def purchase? #

[View source]
def ready_to_install? #

[View source]
def ready_to_launch? #

[View source]
def ready_to_preload? #

[View source]
def region_restricted? #

[View source]
def running? #

[View source]
def synchronizing? #

[View source]
def to_io(io, format) #

[View source]
def uninstalling? #

[View source]
def update_disabled? #

[View source]
def update_paused? #

[View source]
def update_queued? #

[View source]
def update_required? #

[View source]
def updating? #

[View source]
def validating? #

[View source]