enum

MinknowApi::Protocol::ProtocolPhase

Inherits Enum < Comparable < Value < Object

Constants

PHASE_UNKNOWN = 0
PHASE_INITIALISING = 1
PHASE_SEQUENCING = 2
PHASE_PREPARING_FOR_MUX_SCAN = 3
PHASE_MUX_SCAN = 4
PHASE_PAUSED = 5
PHASE_PAUSING = 6
PHASE_BAD_TEMPERATURE_AUTOMATIC_PAUSE = 8
PHASE_FLOWCELL_DISCONNECT_AUTOMATIC_PAUSE = 10
PHASE_FLOWCELL_MISMATCH_AUTOMATIC_PAUSE = 11
PHASE_DEVICE_ERROR_AUTOMATIC_PAUSE = 12
PHASE_LOW_DISK_SPACE_AUTOMATIC_PAUSE = 13
PHASE_RESUMING = 7
PHASE_COMPLETED = 9

Class methods

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

Instance methods

phase_bad_temperature_automatic_pause?

Returns true if this enum value equals PHASE_BAD_TEMPERATURE_AUTOMATIC_PAUSE

Source
phase_completed?

Returns true if this enum value equals PHASE_COMPLETED

Source
phase_device_error_automatic_pause?

Returns true if this enum value equals PHASE_DEVICE_ERROR_AUTOMATIC_PAUSE

Source
phase_flowcell_disconnect_automatic_pause?

Returns true if this enum value equals PHASE_FLOWCELL_DISCONNECT_AUTOMATIC_PAUSE

Source
phase_flowcell_mismatch_automatic_pause?

Returns true if this enum value equals PHASE_FLOWCELL_MISMATCH_AUTOMATIC_PAUSE

Source
phase_initialising?

Returns true if this enum value equals PHASE_INITIALISING

Source
phase_low_disk_space_automatic_pause?

Returns true if this enum value equals PHASE_LOW_DISK_SPACE_AUTOMATIC_PAUSE

Source
phase_mux_scan?

Returns true if this enum value equals PHASE_MUX_SCAN

Source
phase_paused?

Returns true if this enum value equals PHASE_PAUSED

Source
phase_pausing?

Returns true if this enum value equals PHASE_PAUSING

Source
phase_preparing_for_mux_scan?

Returns true if this enum value equals PHASE_PREPARING_FOR_MUX_SCAN

Source
phase_resuming?

Returns true if this enum value equals PHASE_RESUMING

Source
phase_sequencing?

Returns true if this enum value equals PHASE_SEQUENCING

Source
phase_unknown?

Returns true if this enum value equals PHASE_UNKNOWN

Source