enum

MinknowApi::RunUntil::ActionUpdate::Action

Inherits Enum < Comparable < Value < Object

Constants

NoAction = 0
Paused = 1
Resumed = 2
Stopped = 3

Class methods

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

Instance methods

no_action?

Returns true if this enum value equals NoAction

Source
paused?

Returns true if this enum value equals Paused

Source
resumed?

Returns true if this enum value equals Resumed

Source
stopped?

Returns true if this enum value equals Stopped

Source