enum MinknowApi::Manager::SimpleProtocolState

Defined in:

generated/minknow_api/manager.pb.cr

Enum Members

NO_PROTOCOL_STATE = 0
PROTOCOL_RUNNING = 1
PROTOCOL_FINISHED_SUCCESSFULLY = 2
PROTOCOL_FINISHED_WITH_ERROR = 3
WORKFLOW_RUNNING = 4
WORKFLOW_FINISHED_SUCCESSFULLY = 5
WORKFLOW_FINISHED_WITH_ERROR = 6

Class Method Summary

Instance Method Summary

Class Method Detail

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

[View source]

Instance Method Detail

def no_protocol_state? #

Returns true if this enum value equals NO_PROTOCOL_STATE


[View source]
def protocol_finished_successfully? #

Returns true if this enum value equals PROTOCOL_FINISHED_SUCCESSFULLY


[View source]
def protocol_finished_with_error? #

Returns true if this enum value equals PROTOCOL_FINISHED_WITH_ERROR


[View source]
def protocol_running? #

Returns true if this enum value equals PROTOCOL_RUNNING


[View source]
def workflow_finished_successfully? #

Returns true if this enum value equals WORKFLOW_FINISHED_SUCCESSFULLY


[View source]
def workflow_finished_with_error? #

Returns true if this enum value equals WORKFLOW_FINISHED_WITH_ERROR


[View source]
def workflow_running? #

Returns true if this enum value equals WORKFLOW_RUNNING


[View source]