#include "tensorstore/transaction.h"
bool tensorstore::Transaction::commit_started() const;

Returns true if the transaction commit has started.

Once this becomes true, it never becomes false. This is mutually exclusive with aborted().

To determine whether the commit has completed, use future().