enum

MinknowApi::Acquisition::AcquisitionStopReason

Inherits Enum < Comparable < Value < Object

Constants

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 methods

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

Instance methods

stopped_bad_temperature?

Returns true if this enum value equals STOPPED_BAD_TEMPERATURE

Source
stopped_device_error?

Returns true if this enum value equals STOPPED_DEVICE_ERROR

Source
stopped_device_stopped_acquisition?

Returns true if this enum value equals STOPPED_DEVICE_STOPPED_ACQUISITION

Source
stopped_internal_error?

Returns true if this enum value equals STOPPED_INTERNAL_ERROR

Source
stopped_no_disk_space?

Returns true if this enum value equals STOPPED_NO_DISK_SPACE

Source
stopped_not_set?

Returns true if this enum value equals STOPPED_NOT_SET

Source
stopped_protocol_ended?

Returns true if this enum value equals STOPPED_PROTOCOL_ENDED

Source
stopped_shutdown?

Returns true if this enum value equals STOPPED_SHUTDOWN

Source
stopped_starting_another_run?

Returns true if this enum value equals STOPPED_STARTING_ANOTHER_RUN

Source
stopped_user_requested?

Returns true if this enum value equals STOPPED_USER_REQUESTED

Source