enum CB::Model::Operation::State
Defined in:
models/operation.crEnum Members
-
Canceling =
0 -
Creating =
1 -
DisablingHA =
2 -
EnablingHA =
3 -
FailingOver =
4 -
InProgress =
5 -
Ready =
6 -
ReplayingWAL =
7 -
Scheduled =
8 -
WaitingForHAStandby =
9
Instance Method Summary
- #canceling?
- #creating?
- #disabling_ha?
- #enabling_ha?
- #failing_over?
- #in_progress?
- #ready?
- #replaying_wal?
- #scheduled?
-
#to_s(io : IO) : Nil
Appends a
Stringrepresentation of this enum member to the given io. - #waiting_for_ha_standby?
Instance Method Detail
Description copied from struct Enum
Appends a String representation of this enum member to the given io.
See also: #to_s.