enum MinknowApi::Protocol::ProtocolState

Defined in:

generated/minknow_api/protocol.pb.cr

Enum Members

PROTOCOL_RUNNING = 0
PROTOCOL_WAITING_FOR_TEMPERATURE = 4
PROTOCOL_WAITING_FOR_ACQUISITION = 5
PROTOCOL_COMPLETED = 1
PROTOCOL_STOPPED_BY_USER = 2
PROTOCOL_WAITING_FOR_RESOURCE = 10
PROTOCOL_FINISHED_WITH_ERROR = 3
PROTOCOL_FINISHED_WITH_DEVICE_ERROR = 6
PROTOCOL_FINISHED_UNABLE_TO_SEND_TELEMETRY = 7
PROTOCOL_FINISHED_WITH_FLOW_CELL_DISCONNECT = 8
PROTOCOL_FINISHED_WITH_DEVICE_DISCONNECT = 9
PROTOCOL_FINISHED_WITH_ERROR_CALIBRATION = 20
PROTOCOL_FINISHED_WITH_ERROR_BASECALL_SETTINGS = 21
PROTOCOL_FINISHED_WITH_ERROR_TEMPERATURE_REQUIRED = 22
PROTOCOL_FINISHED_WITH_ERROR_NO_DISK_SPACE = 23
PROTOCOL_FINISHED_WITH_ERROR_TEMPERATURE_OUT_OF_RANGE = 25
PROTOCOL_FINISHED_WITH_ERROR_TEMPERATURE_HIGH = 25
PROTOCOL_FINISHED_WITH_ERROR_BASECALLER_COMMUNICATION = 26
PROTOCOL_FINISHED_WITH_NO_FLOWCELL_FOR_ACQUISITION = 27
PROTOCOL_FINISHED_WITH_ERROR_BASECALLER_UNAVAILABLE = 28

Class Method Summary

Instance Method Summary

Class Method Detail

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

[View source]

Instance Method Detail

def protocol_completed? #

Returns true if this enum value equals PROTOCOL_COMPLETED


[View source]
def protocol_finished_unable_to_send_telemetry? #

Returns true if this enum value equals PROTOCOL_FINISHED_UNABLE_TO_SEND_TELEMETRY


[View source]
def protocol_finished_with_device_disconnect? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_DEVICE_DISCONNECT


[View source]
def protocol_finished_with_device_error? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_DEVICE_ERROR


[View source]
def protocol_finished_with_error? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_ERROR


[View source]
def protocol_finished_with_error_basecall_settings? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_ERROR_BASECALL_SETTINGS


[View source]
def protocol_finished_with_error_basecaller_communication? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_ERROR_BASECALLER_COMMUNICATION


[View source]
def protocol_finished_with_error_basecaller_unavailable? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_ERROR_BASECALLER_UNAVAILABLE


[View source]
def protocol_finished_with_error_calibration? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_ERROR_CALIBRATION


[View source]
def protocol_finished_with_error_no_disk_space? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_ERROR_NO_DISK_SPACE


[View source]
def protocol_finished_with_error_temperature_high? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_ERROR_TEMPERATURE_HIGH


[View source]
def protocol_finished_with_error_temperature_out_of_range? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_ERROR_TEMPERATURE_OUT_OF_RANGE


[View source]
def protocol_finished_with_error_temperature_required? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_ERROR_TEMPERATURE_REQUIRED


[View source]
def protocol_finished_with_flow_cell_disconnect? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_FLOW_CELL_DISCONNECT


[View source]
def protocol_finished_with_no_flowcell_for_acquisition? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_NO_FLOWCELL_FOR_ACQUISITION


[View source]
def protocol_running? #

Returns true if this enum value equals PROTOCOL_RUNNING


[View source]
def protocol_stopped_by_user? #

Returns true if this enum value equals PROTOCOL_STOPPED_BY_USER


[View source]
def protocol_waiting_for_acquisition? #

Returns true if this enum value equals PROTOCOL_WAITING_FOR_ACQUISITION


[View source]
def protocol_waiting_for_resource? #

Returns true if this enum value equals PROTOCOL_WAITING_FOR_RESOURCE


[View source]
def protocol_waiting_for_temperature? #

Returns true if this enum value equals PROTOCOL_WAITING_FOR_TEMPERATURE


[View source]