enum

Obsctl::Server::ObsSupervisor::LifecycleState

Inherits Enum < Comparable < Value < Object

Constants

Starting = 0
Running = 1
Stopped = 2

Instance methods

running?

Returns true if this enum value equals Running

Source
starting?

Returns true if this enum value equals Starting

Source
stopped?

Returns true if this enum value equals Stopped

Source