enum

Matter::Cluster::Definitions::ApplicationLauncher::Status

Inherits Enum < Comparable < Value < Object

Constants

Success = 0_u8

Command succeeded

AppNotAvailable = 1_u8

Requested app is not available.

SystemBusy = 2_u8

Video platform unable to honor command.

Instance methods

app_not_available?

Returns true if this enum value equals AppNotAvailable

Source
success?

Returns true if this enum value equals Success

Source
system_busy?

Returns true if this enum value equals SystemBusy

Source