enum MinknowApi::Acquisition::StartupState

Defined in:

generated/minknow_api/acquisition.pb.cr

Enum Members

STARTUP_UNKNOWN = 0
STARTUP_BUILDING_PIPELINE = 2
STARTUP_INITIALISING_BASECALLER = 3
STARTUP_INITIALISING_BASECALLER_ALIGNMENT = 4
STARTUP_INITIALISING_DATA_WRITERS = 5
STARTUP_INITIALISING_INTERMEDIATE_DATA_STORAGE = 6
STARTUP_INITIALISING_STATISTICS = 7

Class Method Summary

Instance Method Summary

Class Method Detail

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

[View source]

Instance Method Detail

def startup_building_pipeline? #

Returns true if this enum value equals STARTUP_BUILDING_PIPELINE


[View source]
def startup_initialising_basecaller? #

Returns true if this enum value equals STARTUP_INITIALISING_BASECALLER


[View source]
def startup_initialising_basecaller_alignment? #

Returns true if this enum value equals STARTUP_INITIALISING_BASECALLER_ALIGNMENT


[View source]
def startup_initialising_data_writers? #

Returns true if this enum value equals STARTUP_INITIALISING_DATA_WRITERS


[View source]
def startup_initialising_intermediate_data_storage? #

Returns true if this enum value equals STARTUP_INITIALISING_INTERMEDIATE_DATA_STORAGE


[View source]
def startup_initialising_statistics? #

Returns true if this enum value equals STARTUP_INITIALISING_STATISTICS


[View source]
def startup_unknown? #

Returns true if this enum value equals STARTUP_UNKNOWN


[View source]