enum

Fluxion::TUI::SelectorScreen::Outcome

Inherits Enum < Comparable < Value < Object

Constants

Continue = 0
Run = 1
Cancel = 2

Instance methods

cancel?

Returns true if this enum value equals Cancel

Source
continue?

Returns true if this enum value equals Continue

Source
run?

Returns true if this enum value equals Run

Source