enum

MinknowApi::Protocol::AnalysisWorkflowInfo::Status

Inherits Enum < Comparable < Value < Object

Constants

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

Class methods

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

Instance methods

completed?

Returns true if this enum value equals COMPLETED

Source
failed_to_start?

Returns true if this enum value equals FAILED_TO_START

Source
queued?

Returns true if this enum value equals QUEUED

Source
running?

Returns true if this enum value equals RUNNING

Source
stopped_by_user?

Returns true if this enum value equals STOPPED_BY_USER

Source
stopped_with_error?

Returns true if this enum value equals STOPPED_WITH_ERROR

Source
unknown?

Returns true if this enum value equals UNKNOWN

Source