enum

Crig::ObservationAction::Kind

Inherits Enum < Comparable < Value < Object

Constants

Cont = 0
Stop = 1

Instance methods

cont?

Returns true if this enum value equals Cont

Source
stop?

Returns true if this enum value equals Stop

Source