enum

Steamcr::EDisplayStatus

Inherits Enum < Comparable < Value < Object

Constants

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 methods

from_io(io, format)
Source

Instance methods

avail_for_free?

Returns true if this enum value equals AVAIL_FOR_FREE

Source
avail_guest_pass?

Returns true if this enum value equals AVAIL_GUEST_PASS

Source
avail_to_borrow?

Returns true if this enum value equals AVAIL_TO_BORROW

Source
borrower_locked?

Returns true if this enum value equals BORROWER_LOCKED

Source
download_disabled?

Returns true if this enum value equals DOWNLOAD_DISABLED

Source
download_paused?

Returns true if this enum value equals DOWNLOAD_PAUSED

Source
download_queued?

Returns true if this enum value equals DOWNLOAD_QUEUED

Source
download_required?

Returns true if this enum value equals DOWNLOAD_REQUIRED

Source
downloading?

Returns true if this enum value equals DOWNLOADING

Source
installing?

Returns true if this enum value equals INSTALLING

Source
invalid?

Returns true if this enum value equals INVALID

Source
invalid_platform?

Returns true if this enum value equals INVALID_PLATFORM

Source
launching?

Returns true if this enum value equals LAUNCHING

Source
license_expired?

Returns true if this enum value equals LICENSE_EXPIRED

Source
license_pending?

Returns true if this enum value equals LICENSE_PENDING

Source
parental_blocked?

Returns true if this enum value equals PARENTAL_BLOCKED

Source
preload_only?

Returns true if this enum value equals PRELOAD_ONLY

Source
presale_only?

Returns true if this enum value equals PRESALE_ONLY

Source
purchase?

Returns true if this enum value equals PURCHASE

Source
ready_to_install?

Returns true if this enum value equals READY_TO_INSTALL

Source
ready_to_launch?

Returns true if this enum value equals READY_TO_LAUNCH

Source
ready_to_preload?

Returns true if this enum value equals READY_TO_PRELOAD

Source
region_restricted?

Returns true if this enum value equals REGION_RESTRICTED

Source
running?

Returns true if this enum value equals RUNNING

Source
synchronizing?

Returns true if this enum value equals SYNCHRONIZING

Source
to_io(io, format)
Source
uninstalling?

Returns true if this enum value equals UNINSTALLING

Source
update_disabled?

Returns true if this enum value equals UPDATE_DISABLED

Source
update_paused?

Returns true if this enum value equals UPDATE_PAUSED

Source
update_queued?

Returns true if this enum value equals UPDATE_QUEUED

Source
update_required?

Returns true if this enum value equals UPDATE_REQUIRED

Source
updating?

Returns true if this enum value equals UPDATING

Source
validating?

Returns true if this enum value equals VALIDATING

Source