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

Returns true if the transaction has been aborted.

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