enum

Fluxion::PlanEntryStatus

Inherits Enum < Comparable < Value < Object

Outcome recorded for a manifest plan entry.

Constants

Completed = 0
Interrupted = 1

Instance methods

completed?

Returns true if this enum value equals Completed

Source
interrupted?

Returns true if this enum value equals Interrupted

Source
json_name
Source
state_name
Source