is_committed


Description:

public bool is_committed ()

Check if a Transaction has been committed.

This method is mainly for debugging and testing purposes.

Parameters:

this

The transaction to inspect

Returns:

true if and only if commit has completed successfully on the transaction.