enum

CRE::Persistence::RotationState

Inherits Enum < Comparable < Value < Object

Constants

Pending = 0
Generating = 1
Applying = 2
Verifying = 3
Committing = 4
Completed = 5
Failed = 6
Aborted = 7
Inconsistent = 8

Instance methods

aborted?

Returns true if this enum value equals Aborted

Source
applying?

Returns true if this enum value equals Applying

Source
committing?

Returns true if this enum value equals Committing

Source
completed?

Returns true if this enum value equals Completed

Source
failed?

Returns true if this enum value equals Failed

Source
generating?

Returns true if this enum value equals Generating

Source
inconsistent?

Returns true if this enum value equals Inconsistent

Source
pending?

Returns true if this enum value equals Pending

Source
verifying?

Returns true if this enum value equals Verifying

Source