enum

RuntimeMode

Inherits Enum < Comparable < Value < Object

Constants

Normal = 0
Exiting = 1
Done = 2

Instance methods

done?

Returns true if this enum value equals Done

Source
exiting?

Returns true if this enum value equals Exiting

Source
normal?

Returns true if this enum value equals Normal

Source