-
#include "tensorstore/transaction.h"
- bool tensorstore::Transaction::commit_started() const;
Returns
true
if the transaction commit has started.Once this becomes
true
, it never becomesfalse
. This is mutually exclusive withaborted()
.To determine whether the commit has completed, use
future()
.