enum

MinknowApi::Acquisition::MinknowStatus

Inherits Enum < Comparable < Value < Object

Constants

ERROR_STATUS = 0
READY = 1
STARTING = 2
PROCESSING = 3
FINISHING = 4

Class methods

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

Instance methods

error_status?

Returns true if this enum value equals ERROR_STATUS

Source
finishing?

Returns true if this enum value equals FINISHING

Source
processing?

Returns true if this enum value equals PROCESSING

Source
ready?

Returns true if this enum value equals READY

Source
starting?

Returns true if this enum value equals STARTING

Source