enum

Mongo::Session::TransactionState

Inherits Enum / Comparable / Value / Object

Constants

None = 0
Starting = 1
InProgress = 2
Committed = 3
Aborted = 4

Instance methods

aborted?

Returns true if this enum value equals Aborted

Source
committed?

Returns true if this enum value equals Committed

Source
in_progress?

Returns true if this enum value equals InProgress

Source
none?

Returns true if this enum value equals None

Source
starting?

Returns true if this enum value equals Starting

Source