enum Mongo::Session::TransactionState

Defined in:

cryomongo/sessions/transactions.cr

Enum Members

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

Instance Method Summary

Instance Method Detail

def aborted? #

def committed? #

def in_progress? #

def none? #

def starting? #