enum MinknowApi::Basecaller::SelectionPreset

Defined in:

generated/minknow_api/basecaller.pb.cr

Enum Members

PRESET_ALL_RUNNING = 0
PRESET_MOST_RECENTLY_STARTED = 1
PRESET_ALL = 2

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_raw?(raw : Int32) : self | Nil #

[View source]

Instance Method Detail

def preset_all? #

Returns true if this enum value equals PRESET_ALL


[View source]
def preset_all_running? #

Returns true if this enum value equals PRESET_ALL_RUNNING


[View source]
def preset_most_recently_started? #

Returns true if this enum value equals PRESET_MOST_RECENTLY_STARTED


[View source]