enum MinknowApi::RunUntil::ErrorUpdate::ErrorCase

Defined in:

generated/minknow_api/run_until.pb.cr

Enum Members

NONE = 0
INVALID_CRITERIA = 1
OTHER_ERROR = 15

Instance Method Summary

Instance Method Detail

def invalid_criteria? #

Returns true if this enum value equals INVALID_CRITERIA


[View source]
def none? #

Returns true if this enum value equals NONE


[View source]
def other_error? #

Returns true if this enum value equals OTHER_ERROR


[View source]