enum CB::Model::Operation::State

Defined in:

models/operation.cr

Enum Members

Canceling = 0
Creating = 1
DisablingHA = 2
EnablingHA = 3
FailingOver = 4
InProgress = 5
Ready = 6
ReplayingWAL = 7
Scheduled = 8
WaitingForHAStandby = 9

Instance Method Summary

Instance Method Detail

def canceling? #

[View source]
def creating? #

[View source]
def disabling_ha? #

[View source]
def enabling_ha? #

[View source]
def failing_over? #

[View source]
def in_progress? #

[View source]
def ready? #

[View source]
def replaying_wal? #

[View source]
def scheduled? #

[View source]
def to_s(io : IO) : Nil #
Description copied from struct Enum

Appends a String representation of this enum member to the given io.

See also: #to_s.


[View source]
def waiting_for_ha_standby? #

[View source]