enum

TiktokPassport::Marionette::Session::State

Inherits Enum / Comparable / Value / Object

Constants

Started = 0
Stopped = 1

Instance methods

started?

Returns true if this enum value equals Started

Source
stopped?

Returns true if this enum value equals Stopped

Source