-
#include "tensorstore/transaction.h" - bool tensorstore::Transaction::aborted() const;
Returns
trueif the transaction has been aborted.Once this becomes
true, it never becomesfalse. This is mutually exclusive withcommit_started().
#include "tensorstore/transaction.h"Returns true if the transaction has been aborted.
Once this becomes true, it never becomes false. This is mutually
exclusive with commit_started().