enum

MinknowApi::Basecaller::State

Inherits Enum < Comparable < Value < Object

Constants

STATE_RUNNING = 0
STATE_SUCCESS = 1
STATE_ERROR = 2
STATE_CANCELLED = 3

Class methods

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

Instance methods

state_cancelled?

Returns true if this enum value equals STATE_CANCELLED

Source
state_error?

Returns true if this enum value equals STATE_ERROR

Source
state_running?

Returns true if this enum value equals STATE_RUNNING

Source
state_success?

Returns true if this enum value equals STATE_SUCCESS

Source