mongoc_client_session_in_transaction - Man Page
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
Copyright
2017-present, MongoDB, Inc
Info
Sep 04, 2024 1.27.6 libmongoc