enum MinknowApi::Acquisition::AcquisitionStopReason

Defined in:

generated/minknow_api/acquisition.pb.cr

Enum Members

STOPPED_NOT_SET = 0
STOPPED_USER_REQUESTED = 1
STOPPED_NO_DISK_SPACE = 2
STOPPED_DEVICE_STOPPED_ACQUISITION = 3
STOPPED_STARTING_ANOTHER_RUN = 4
STOPPED_PROTOCOL_ENDED = 5
STOPPED_DEVICE_ERROR = 6
STOPPED_BAD_TEMPERATURE = 7
STOPPED_SHUTDOWN = 8
STOPPED_INTERNAL_ERROR = 9

Class Method Summary

Instance Method Summary

Class Method Detail

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

[View source]

Instance Method Detail

def stopped_bad_temperature? #

Returns true if this enum value equals STOPPED_BAD_TEMPERATURE


[View source]
def stopped_device_error? #

Returns true if this enum value equals STOPPED_DEVICE_ERROR


[View source]
def stopped_device_stopped_acquisition? #

Returns true if this enum value equals STOPPED_DEVICE_STOPPED_ACQUISITION


[View source]
def stopped_internal_error? #

Returns true if this enum value equals STOPPED_INTERNAL_ERROR


[View source]
def stopped_no_disk_space? #

Returns true if this enum value equals STOPPED_NO_DISK_SPACE


[View source]
def stopped_not_set? #

Returns true if this enum value equals STOPPED_NOT_SET


[View source]
def stopped_protocol_ended? #

Returns true if this enum value equals STOPPED_PROTOCOL_ENDED


[View source]
def stopped_shutdown? #

Returns true if this enum value equals STOPPED_SHUTDOWN


[View source]
def stopped_starting_another_run? #

Returns true if this enum value equals STOPPED_STARTING_ANOTHER_RUN


[View source]
def stopped_user_requested? #

Returns true if this enum value equals STOPPED_USER_REQUESTED


[View source]