mongoc_transaction_state_t(3)
mongoc_transaction_state_t
Description
MONGOC_TRANSACTION_STATE_T
NAME
mongoc_transaction_state_t - mongoc_transaction_state_t
Constants for transaction states
SYNOPSIS
typedef enum {
MONGOC_TRANSACTION_NONE = 0,
MONGOC_TRANSACTION_STARTING = 1,
MONGOC_TRANSACTION_IN_PROGRESS = 2,
MONGOC_TRANSACTION_COMMITTED = 3,
MONGOC_TRANSACTION_ABORTED = 4,
} mongoc_transaction_state_t;
DESCRIPTION
These constants describe the current transaction state of a session.
FLAG VALUES

AUTHOR
MongoDB, Inc
COPYRIGHT
2017-present, MongoDB, Inc