enum

Movie::ActorContext::State

Inherits Enum < Comparable < Value < Object

Constants

CREATED = 0
STARTING = 1
RUNNING = 2
STOPPING = 3
STOPPED = 4
FAILED = 5
RESTARTING = 6
TERMINATED = 7

Instance methods

created?

Returns true if this enum value equals CREATED

Source
failed?

Returns true if this enum value equals FAILED

Source
restarting?

Returns true if this enum value equals RESTARTING

Source
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
stopping?

Returns true if this enum value equals STOPPING

Source
terminated?

Returns true if this enum value equals TERMINATED

Source