plucky (3) mongoc_client_session_in_transaction.3.gz

Provided by: libmongoc-doc_1.30.0-1_all bug

SYNOPSIS

          bool
          mongoc_client_session_in_transaction (const mongoc_client_session_t *session);

       Check whether a multi-document transaction is in progress for this session.

PARAMETERS

session: A mongoc_client_session_t.

RETURN

       Returns true if a transaction was started and has not been committed or aborted, otherwise false.

AUTHOR

       MongoDB, Inc

       2009-present, MongoDB, Inc.