enum MinknowApi::Protocol::AnalysisWorkflowInfo::Status

Defined in:

generated/minknow_api/protocol.pb.cr

Enum Members

UNKNOWN = 0
QUEUED = 6
RUNNING = 1
COMPLETED = 2
STOPPED_BY_USER = 3
STOPPED_WITH_ERROR = 4
FAILED_TO_START = 5

Class Method Summary

Instance Method Summary

Class Method Detail

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

[View source]

Instance Method Detail

def completed? #

Returns true if this enum value equals COMPLETED


[View source]
def failed_to_start? #

Returns true if this enum value equals FAILED_TO_START


[View source]
def queued? #

Returns true if this enum value equals QUEUED


[View source]
def running? #

Returns true if this enum value equals RUNNING


[View source]
def stopped_by_user? #

Returns true if this enum value equals STOPPED_BY_USER


[View source]
def stopped_with_error? #

Returns true if this enum value equals STOPPED_WITH_ERROR


[View source]
def unknown? #

Returns true if this enum value equals UNKNOWN


[View source]