Tx types

primitive TxBegun
  """
  Transaction started successfully.
  """

primitive TxCommitted
  """
  Transaction committed successfully.
  """

primitive TxRolledBack
  """
  Transaction rolled back successfully.
  """