enum

Lemonade::LemonManager::Event

Inherits Enum < Comparable < Value < Object

Constants

Exited = 0
ForceExited = 1

Instance methods

exited?

Returns true if this enum value equals Exited

Source
force_exited?

Returns true if this enum value equals ForceExited

Source