enum

MinknowApi::Protocol::HardwareCheckResult::HardwareCheckStatus

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
Started = 1
Succeeded = 2
Failed = 3
Cancelled = 4

Class methods

from_raw?(raw : Int32) : self | Nil
Source

Instance methods

cancelled?

Returns true if this enum value equals Cancelled

Source
failed?

Returns true if this enum value equals Failed

Source
none?

Returns true if this enum value equals NONE

Source
started?

Returns true if this enum value equals Started

Source
succeeded?

Returns true if this enum value equals Succeeded

Source